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