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