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