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