4 references to IsSelectionEnabledProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
286get { return (bool)GetValue(IsSelectionEnabledProperty); } 287set { SetValue(IsSelectionEnabledProperty, value); } 586SetCurrentValueInternal(IsSelectionEnabledProperty, BooleanBoxes.FalseBox); 1073SetCurrentValueInternal(IsSelectionEnabledProperty, BooleanBoxes.TrueBox);