4 references to AppendRuntimeId
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (1)
58baseID = new int[] { AutomationInteropProvider.AppendRuntimeId };
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
374return new int[] { AutomationInteropProvider.AppendRuntimeId, this.GetHashCode() }; 397rval[0] = AutomationInteropProvider.AppendRuntimeId;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
244return new int[] { AutomationInteropProvider.AppendRuntimeId, _item };