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