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