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