6 references to ES_READONLY
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
308if (Misc.IsBitSet(styles, NativeMethods.ES_READONLY)) 737return (!SafeNativeMethods.IsWindowEnabled(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
184if (Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY)) 487return (WindowStyle & NativeMethods.ES_READONLY) == NativeMethods.ES_READONLY; 505Misc.IsBitSet(WindowStyle, NativeMethods.ES_READONLY));