2 writes to AllowOleObjects
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3265this.AllowOleObjects = true; 3268this.AllowOleObjects = (0 != unchecked( (int) (long)SendMessage(RichTextBoxConstants.EM_SETQUERYRTFOBJ, 0, 1)));
1 reference to AllowOleObjects
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3784if (!this.owner.AllowOleObjects) {