2 references to IsInactiveSelectionHighlightEnabledProperty
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
361
get { return (bool)GetValue(
IsInactiveSelectionHighlightEnabledProperty
); }
362
set { SetValue(
IsInactiveSelectionHighlightEnabledProperty
, value); }