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