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