14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
143
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)
232
if (
Schema
.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
500
if (!
Schema
.GetPropertyInfo(property, out pi))
525
value =
Schema
.GetDefaultValue(property);
652
val =
Schema
.GetDefaultValue(property);
706
if (!
Schema
.GetPatternInfo(pattern, out pi))
800
propArrays.Add(
Schema
.GetBasicProperties());
808
if (
Schema
.GetPatternInfo(pattern, out pi))
831
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)
179
if(!
Schema
.GetAttributeInfo(attribute, out ai))
235
if(!
Schema
.GetAttributeInfo(attribute, out ai))