4 references to IsSelectionEnabledProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
286
get { return (bool)GetValue(
IsSelectionEnabledProperty
); }
287
set { SetValue(
IsSelectionEnabledProperty
, value); }
586
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.FalseBox);
1073
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.TrueBox);