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