2 instantiations of WindowsSlider
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
59return new WindowsSlider(hwnd, null, idChild); 67WindowsSlider wtv = new WindowsSlider (hwnd, null, 0);
14 references to WindowsSlider
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
67new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsSlider.Create), "msctls_trackbar32"),
MS\Internal\AutomationProxies\WindowsSlider.cs (13)
67WindowsSlider wtv = new WindowsSlider (hwnd, null, 0); 372if ((WindowsSlider.SItem)item == WindowsSlider.SItem.Thumb) 395return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.Pattern ? this : null; 403return GetBoundingRectangle (_hwnd, (WindowsSlider.SItem) _item, _fHorizontal); 441IntPtr wParam = (IntPtr) (_item == (int) WindowsSlider.SItem.LargeDecrement ? NativeMethods.VK_PRIOR : NativeMethods.VK_NEXT); 457internal static Rect GetBoundingRectangle (IntPtr hwnd, WindowsSlider.SItem item, bool fHorizontal) 500case WindowsSlider.SItem.LargeDecrement : 503case WindowsSlider.SItem.Thumb : 506case WindowsSlider.SItem.LargeIncrement : 517case WindowsSlider.SItem.LargeDecrement : 520case WindowsSlider.SItem.Thumb : 523case WindowsSlider.SItem.LargeIncrement :