4 references to EM_GETUNDONAME
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
282PInvokeCore.EM_GETUNDONAME => "EM_GETUNDONAME",
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
1410int n = (int)PInvokeCore.SendMessage(this, PInvokeCore.EM_GETUNDONAME);
System.Windows.Forms.Tests (2)
System\Windows\Forms\MessageTests.cs (1)
458yield return new object[] { PInvokeCore.EM_GETUNDONAME, " (EM_GETUNDONAME)" };
System\Windows\Forms\RichTextBoxTests.cs (1)
7681else if (m.Msg == (int)PInvokeCore.EM_GETUNDONAME)