2 references to ES_MULTILINE
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
500else if (Misc.IsBitSet(style, NativeMethods.ES_MULTILINE))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
166hasScrollableStyle = Misc.IsBitSet(style, NativeMethods.ES_MULTILINE);