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