2 references to EM_GETLIMITTEXT
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
329
int result = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
EM_GETLIMITTEXT
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
205
int result = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
EM_GETLIMITTEXT
, IntPtr.Zero, IntPtr.Zero);