2 instantiations of WindowsIPAddress
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
59return new WindowsIPAddress(hwnd, null, 0); 66ProxySimple el = new WindowsIPAddress (hwnd, null, 0);
3 references to WindowsIPAddress
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
45new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsIPAddress.Create), "SysIPAddress32"),
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
457return WindowsIPAddress.OCTETCOUNT - 1 - _position; 478return WindowsIPAddress.Create(Misc.GetParent(_hwnd), 0, 0);