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