4 references to IsSelectionEnabledProperty
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
285
get { return (bool)GetValue(
IsSelectionEnabledProperty
); }
286
set { SetValue(
IsSelectionEnabledProperty
, value); }
585
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.FalseBox);
1065
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.TrueBox);