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