6 references to ES_READONLY
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
270if (Misc.IsBitSet(styles, NativeMethods.ES_READONLY)) 672return (!SafeNativeMethods.IsWindowEnabled(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
168if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY)) 443return (WindowStyle & NativeMethods.ES_READONLY) == NativeMethods.ES_READONLY; 461Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));