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