1 instantiation of WindowsStatic
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
112return new WindowsStatic(hwnd, null, type, style);
3 references to WindowsStatic
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Main.cs (1)
66new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsStatic.Create), "Static", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsStatic.cs (2)
122WindowsStatic wtv = (WindowsStatic) Create (hwnd, 0);