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