4 references to IsSelectionEnabledProperty
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
278
get { return (bool)GetValue(
IsSelectionEnabledProperty
); }
279
set { SetValue(
IsSelectionEnabledProperty
, value); }
577
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.FalseBox);
1050
SetCurrentValueInternal(
IsSelectionEnabledProperty
, BooleanBoxes.TrueBox);