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