5 references to AutoWordSelectionProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
72
TextBoxBase.
AutoWordSelectionProperty
.OverrideMetadata(typeof(DocumentViewerBase), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
797
return (bool)GetValue(
AutoWordSelectionProperty
);
802
SetValue(
AutoWordSelectionProperty
, value);
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
56
TextBoxBase.
AutoWordSelectionProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(true));
src\Framework\System\windows\Documents\TextEditor.cs (1)
1096
return _uiScope == null ? false : (bool)_uiScope.GetValue(RichTextBox.
AutoWordSelectionProperty
);