4 references to IsSelectionEnabledProperty
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
282
get { return (bool)GetValue(
IsSelectionEnabledProperty
); }
283
set { SetValue(
IsSelectionEnabledProperty
, value); }
582
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.FalseBox);
1062
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.TrueBox);