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