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