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