2 references to ES_NUMBER
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
314if (Misc.IsBitSet(styles, NativeMethods.ES_NUMBER))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
190if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_NUMBER) && !WindowsFormsHelper.IsWindowsFormsControl(_hwnd))