1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3778
this.
owner
= owner;
13 references to owner
System.Windows.Forms (13)
winforms\Managed\System\WinForms\RichTextBox.cs (13)
3784
if (!this.
owner
.AllowOleObjects) {
3870
if (
owner
.AllowDrop ||
owner
.EnableAutoDragDrop) {
3904
if (!
owner
.EnableAutoDragDrop) {
3924
owner
.OnDragEnter(e);
3927
owner
.OnDragDrop(e);
3966
if (
owner
.AllowDrop ||
owner
.EnableAutoDragDrop) {
3975
if (
owner
.EnableAutoDragDrop) {
4009
owner
.OnDragOver(e);
4025
ContextMenu cm =
owner
.ContextMenu;
4026
if (cm == null ||
owner
.ShortcutsEnabled == false)
4029
cm.sourceControl =
owner
;