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