14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
161
if (!
Schema
.GetPatternInfo(pattern, out pi))
MS\Internal\Automation\Schema.cs (1)
84
if (!
Schema
.GetPropertyInfo(property, out pi))
MS\Internal\Automation\UiaCoreAPI.cs (1)
245
if (
Schema
.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
527
if (!
Schema
.GetPropertyInfo(property, out pi))
555
value =
Schema
.GetDefaultValue(property);
702
val =
Schema
.GetDefaultValue(property);
766
if (!
Schema
.GetPatternInfo(pattern, out pi))
865
propArrays.Add(
Schema
.GetBasicProperties());
873
if (
Schema
.GetPatternInfo(pattern, out pi))
901
foreach (AutomationPatternInfo pi in
Schema
.GetPatternInfoTable())
System\Windows\Automation\ItemContainerPattern.cs (1)
139
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\PropertyCondition.cs (1)
139
if (!
Schema
.GetPropertyInfo(property, out info))
System\Windows\Automation\Text\TextRange.cs (2)
193
if(!
Schema
.GetAttributeInfo(attribute, out ai))
249
if(!
Schema
.GetAttributeInfo(attribute, out ai))