4 references to RequestedData
UIAutomationClient (4)
MS\Internal\Automation\CacheHelper.cs (4)
75
Debug.Assert(response.
RequestedData
== null, "both RequestedData and TreeStructure should be null or non-null");
96
AutomationElement root = ParseTreeDescription(response.TreeStructure, response.
RequestedData
,
109
if (response.
RequestedData
!= null && propIndex != response.
RequestedData
.GetLength(0))