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