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