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