1 instantiation of UiaFindParams
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
1397UiaCoreApi.UiaFindParams findParams = new UiaCoreApi.UiaFindParams();
3 references to UiaFindParams
UIAutomationClient (3)
MS\Internal\Automation\UiaCoreAPI.cs (2)
448internal static UiaCacheResponse[] UiaFind(SafeNodeHandle hnode, UiaFindParams findParams, Condition findCondition, UiaCacheRequest request) 1244private static extern int RawUiaFind(SafeNodeHandle hnode, ref UiaFindParams pParams, UiaMiniCacheRequest pRequest, [MarshalAs(UnmanagedType.SafeArray)] out object[,] requestedData, [MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_I4)] out int[] offsets, [MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_BSTR)] out string[] treeStructures);
System\Windows\Automation\AutomationElement.cs (1)
1397UiaCoreApi.UiaFindParams findParams = new UiaCoreApi.UiaFindParams();