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