14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
142
if (!
Schema
.GetPatternInfo(pattern, out pi))
MS\Internal\Automation\Schema.cs (1)
66
if (!
Schema
.GetPropertyInfo(property, out pi))
MS\Internal\Automation\UiaCoreApi.cs (1)
231
if (
Schema
.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
499
if (!
Schema
.GetPropertyInfo(property, out pi))
524
value =
Schema
.GetDefaultValue(property);
651
val =
Schema
.GetDefaultValue(property);
705
if (!
Schema
.GetPatternInfo(pattern, out pi))
799
propArrays.Add(
Schema
.GetBasicProperties());
807
if (
Schema
.GetPatternInfo(pattern, out pi))
830
foreach (AutomationPatternInfo pi in
Schema
.GetPatternInfoTable())
System\Windows\Automation\ItemContainerPattern.cs (1)
127
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\PropertyCondition.cs (1)
125
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\Text\TextRange.cs (2)
178
if(!
Schema
.GetAttributeInfo(attribute, out ai))
234
if(!
Schema
.GetAttributeInfo(attribute, out ai))