14 references to Schema
UIAutomationClient (14)
MS\Internal\Automation\Misc.cs (1)
152if (!Schema.GetPatternInfo(pattern, out pi))
MS\Internal\Automation\Schema.cs (1)
77if (!Schema.GetPropertyInfo(property, out pi))
MS\Internal\Automation\UiaCoreApi.cs (1)
236if (Schema.GetPropertyInfo(request.Properties[propertyIndex], out pi))
System\Windows\Automation\AutomationElement.cs (7)
509if (!Schema.GetPropertyInfo(property, out pi)) 537value = Schema.GetDefaultValue(property); 664val = Schema.GetDefaultValue(property); 718if (!Schema.GetPatternInfo(pattern, out pi)) 812propArrays.Add(Schema.GetBasicProperties()); 820if (Schema.GetPatternInfo(pattern, out pi)) 843foreach (AutomationPatternInfo pi in Schema.GetPatternInfoTable())
System\Windows\Automation\ItemContainerPattern.cs (1)
131if (!Schema.GetPropertyInfo(property, out info))
System\Windows\Automation\PropertyCondition.cs (1)
128if (!Schema.GetPropertyInfo(property, out info))
System\Windows\Automation\Text\TextRange.cs (2)
185if(!Schema.GetAttributeInfo(attribute, out ai)) 241if(!Schema.GetAttributeInfo(attribute, out ai))