Click or drag to resize

BionicCode.Utilities.Net.Core.Wpf.AttachedBehaviors Namespace

Provides a collection of attached behaviors for controls like ComboBox, TextBlock, RichTextBox, PasswordBox or Popup. Targets WPF .NET Core >= 3.0.
Classes
  ClassDescription
Public classHighLightRangeCollection
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