Namespace Sdl.Desktop.Platform.Controls.Behaviours
Classes
ComboboxPlaceholderBehavior
DataGridItemBehavior
DragDropBehaviour
EventBehaviourFactory
FocusExtension
Behavior to change focus using a binded property partially used this answer https://stackoverflow.com/a/7972361 removed the if (e.OldValue == null) that forced the IsFocused to false/true on lost/got focus in out use case the IsFocus is updated in the view model hence here
FocusOnClickBehaviour
HighlightOnValueChanged
Attach this property to any input control to bold the control if the input value is different than the default one
KeyboardFocusBehaviour
Behaviour for assigning keyboard (not logical) focus to element when it is loaded (focus similar to the WinForms focus)
NumberOnlyBehaviour
Behavior for the NumericTextBox control - prevents users from inputting characters that are not digits
PlaceholderAdorner
ShowSystemMenuBehavior
TextBlockAutoToolTipBehavior
TextBoxPlaceholderBehavior
TimedAutoHideBehaviour
TreeViewBringIntoViewWhenSelectedBehavior
TreeViewSelectedItemChangedBehaviour
WebBrowserBindableSourceBehavior
WebBrowserContentSource
Allows specifying a string as the content of a WebBrowser control via a bindable property