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