BionicCode.Utilities.Net.Framework.Wpf.AttachedBehaviors Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Framework.Wpf.AttachedBehaviors"]
Class | Description | |
---|---|---|
![]() ![]() | HighlightRangeCollection |
A collection of HighlightRange items. Can be used in XAML.
|
![]() | PasswordBox |
Attached behavior for PasswordBox that will send the SecureString of the SecurePassword property to a command target e.g., view model using a registered ICommand registered with the CommandProperty attached property.
|
![]() | Popup |
Set of attached behaviors for the Popup control.
|
![]() | TextControl |
Attached behavior that supports dynamic text highlighting for controls derived from TextBlock or RichTextBox.
|
Structure | Description | |
---|---|---|
![]() | HighlightRange |
Represents a text range, described by a StartIndex and EndIndex.
|