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