Click or drag to resize

BionicCode.Utilities.Net.Framework.Wpf.AttachedBehaviors Namespace

[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Framework.Wpf.AttachedBehaviors"]

Classes
  ClassDescription
Public classCode exampleHighlightRangeCollection
A collection of HighlightRange items. Can be used in XAML.
Public classPasswordBox
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.
Public classPopup
Set of attached behaviors for the Popup control.
Public classTextControl
Attached behavior that supports dynamic text highlighting for controls derived from TextBlock or RichTextBox.
Structures
  StructureDescription
Public structureHighlightRange
Represents a text range, described by a StartIndex and EndIndex.
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md