2 writes to AllowOleObjects
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3265
this.
AllowOleObjects
= true;
3268
this.
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)
3784
if (!this.owner.
AllowOleObjects
) {