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