5 references to Properties
UIAutomationClient (5)
MS\Internal\Automation\UiaCoreApi.cs (3)
222for (int propertyIndex = 0; propertyIndex < request.Properties.Length; propertyIndex++) 232if (Schema.GetPropertyInfo(request.Properties[propertyIndex], out pi)) 246int patternBaseIndex = 1 + request.Properties.Length;
System\Windows\Automation\AutomationElement.cs (2)
1218AutomationIdentifier[] refTable = isProperty ? (AutomationIdentifier[])_request.Properties 1223int dataOffset = isProperty ? 1 : 1 + _request.Properties.Length;