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