6 references to ES_READONLY
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
269
if (Misc.IsBitSet(styles, NativeMethods.
ES_READONLY
))
671
return (!SafeNativeMethods.IsWindowEnabled(WindowHandle) || Misc.IsBitSet(WindowStyle, NativeMethods.
ES_READONLY
));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
167
if (Misc.IsBitSet(WindowStyle, NativeMethods.
ES_READONLY
))
442
return (WindowStyle & NativeMethods.
ES_READONLY
) == NativeMethods.
ES_READONLY
;
460
Misc.IsBitSet(WindowStyle, NativeMethods.
ES_READONLY
));