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