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