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