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