14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
143if (!Schema.GetPatternInfo(pattern, out pi))
MS\Internal\Automation\Schema.cs (1)
66if (!Schema.GetPropertyInfo(property, out pi))
MS\Internal\Automation\UiaCoreApi.cs (1)
232if (Schema.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
500if (!Schema.GetPropertyInfo(property, out pi)) 525value = Schema.GetDefaultValue(property); 652val = Schema.GetDefaultValue(property); 706if (!Schema.GetPatternInfo(pattern, out pi)) 800propArrays.Add(Schema.GetBasicProperties()); 808if (Schema.GetPatternInfo(pattern, out pi)) 831foreach (AutomationPatternInfo pi in Schema.GetPatternInfoTable())
System\Windows\Automation\ItemContainerPattern.cs (1)
128if (!Schema.GetPropertyInfo(property, out info))
System\Windows\Automation\PropertyCondition.cs (1)
126if (!Schema.GetPropertyInfo(property, out info))
System\Windows\Automation\Text\TextRange.cs (2)
179if(!Schema.GetAttributeInfo(attribute, out ai)) 235if(!Schema.GetAttributeInfo(attribute, out ai))