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