2 instantiations of WindowsIPAddress
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
71return new WindowsIPAddress(hwnd, null, 0); 78ProxySimple el = new WindowsIPAddress (hwnd, null, 0);
3 references to WindowsIPAddress
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
53new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsIPAddress.Create), "SysIPAddress32"),
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
472return WindowsIPAddress.OCTETCOUNT - 1 - _position; 493return WindowsIPAddress.Create(Misc.GetParent(_hwnd), 0, 0);