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