5 references to AutoWordSelectionProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
53
TextBoxBase.
AutoWordSelectionProperty
.OverrideMetadata(typeof(DocumentViewerBase), new FrameworkPropertyMetadata(true));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
767
return (bool)GetValue(
AutoWordSelectionProperty
);
772
SetValue(
AutoWordSelectionProperty
, value);
System\Windows\Controls\RichTextBox.cs (1)
50
TextBoxBase.
AutoWordSelectionProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(true));
System\windows\Documents\TextEditor.cs (1)
1060
return _uiScope == null ? false : (bool)_uiScope.GetValue(RichTextBox.
AutoWordSelectionProperty
);