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