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