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