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