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