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