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