5 references to EM_GETOLEINTERFACE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
255
PInvokeCore.
EM_GETOLEINTERFACE
=> "EM_GETOLEINTERFACE",
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1648
if (PInvokeCore.SendMessage(this, PInvokeCore.
EM_GETOLEINTERFACE
, 0, (void**)richEdit) == 0)
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
431
yield return new object[] { PInvokeCore.
EM_GETOLEINTERFACE
, " (EM_GETOLEINTERFACE)" };
TextBoxBaseTests.cs (1)
6194
if (m.Msg == (int)PInvokeCore.
EM_GETOLEINTERFACE
)
System.Windows.Forms.UI.IntegrationTests (1)
RichTextBoxTests.cs (1)
215
if (PInvokeCore.SendMessage(control, PInvokeCore.
EM_GETOLEINTERFACE
, 0, (void**)richEdit) != 0)