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