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