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