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