4 references to IsReadOnlyProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
341new AutomationPropertyInfo( convertToBool, RangeValuePattern.IsReadOnlyProperty, typeof(bool), true ), 421RangeValuePattern.IsReadOnlyProperty,
System\Windows\Automation\RangeValuePattern.cs (2)
98object readOnly = _el.GetCurrentPropertyValue(IsReadOnlyProperty); 273return (bool)_el.GetPatternPropertyValue(IsReadOnlyProperty, _useCache);