2 instantiations of WindowsIPAddress
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
56return new WindowsIPAddress(hwnd, null, 0); 63ProxySimple el = new WindowsIPAddress (hwnd, null, 0);
3 references to WindowsIPAddress
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
41new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsIPAddress.Create), "SysIPAddress32"),
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
454return WindowsIPAddress.OCTETCOUNT - 1 - _position; 475return WindowsIPAddress.Create(Misc.GetParent(_hwnd), 0, 0);