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