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