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