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