5 references to Properties
UIAutomationClient (5)
MS\Internal\Automation\UiaCoreAPI.cs (3)
235for (int propertyIndex = 0; propertyIndex < request.Properties.Length; propertyIndex++) 245if (Schema.GetPropertyInfo(request.Properties[propertyIndex], out pi)) 259int patternBaseIndex = 1 + request.Properties.Length;
System\Windows\Automation\AutomationElement.cs (2)
1320AutomationIdentifier[] refTable = isProperty ? (AutomationIdentifier[])_request.Properties 1325int dataOffset = isProperty ? 1 : 1 + _request.Properties.Length;