3 references to IsReadOnlyAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
509
new AutomationAttributeInfo( null, TextPattern.
IsReadOnlyAttribute
, typeof(bool) ),
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
632
else if (attribute == TextPattern.
IsReadOnlyAttribute
)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
573
else if (attribute == TextPattern.
IsReadOnlyAttribute
) { rval = GetReadOnly(range.Font); }