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