14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
146
if (!
Schema
.GetPatternInfo(pattern, out pi))
MS\Internal\Automation\Schema.cs (1)
72
if (!
Schema
.GetPropertyInfo(property, out pi))
MS\Internal\Automation\UiaCoreApi.cs (1)
235
if (
Schema
.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
503
if (!
Schema
.GetPropertyInfo(property, out pi))
531
value =
Schema
.GetDefaultValue(property);
658
val =
Schema
.GetDefaultValue(property);
712
if (!
Schema
.GetPatternInfo(pattern, out pi))
806
propArrays.Add(
Schema
.GetBasicProperties());
814
if (
Schema
.GetPatternInfo(pattern, out pi))
837
foreach (AutomationPatternInfo pi in
Schema
.GetPatternInfoTable())
System\Windows\Automation\ItemContainerPattern.cs (1)
128
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\PropertyCondition.cs (1)
126
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\Text\TextRange.cs (2)
182
if(!
Schema
.GetAttributeInfo(attribute, out ai))
238
if(!
Schema
.GetAttributeInfo(attribute, out ai))