2 instantiations of WindowsSlider
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
72return new WindowsSlider(hwnd, null, idChild); 80WindowsSlider wtv = new WindowsSlider (hwnd, null, 0);
14 references to WindowsSlider
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
75new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsSlider.Create), "msctls_trackbar32"),
MS\Internal\AutomationProxies\WindowsSlider.cs (13)
80WindowsSlider wtv = new WindowsSlider (hwnd, null, 0); 385if ((WindowsSlider.SItem)item == WindowsSlider.SItem.Thumb) 408return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.Pattern ? this : null; 416return GetBoundingRectangle (_hwnd, (WindowsSlider.SItem) _item, _fHorizontal); 454IntPtr wParam = (IntPtr) (_item == (int) WindowsSlider.SItem.LargeDecrement ? NativeMethods.VK_PRIOR : NativeMethods.VK_NEXT); 470internal static Rect GetBoundingRectangle (IntPtr hwnd, WindowsSlider.SItem item, bool fHorizontal) 513case WindowsSlider.SItem.LargeDecrement : 516case WindowsSlider.SItem.Thumb : 519case WindowsSlider.SItem.LargeIncrement : 530case WindowsSlider.SItem.LargeDecrement : 533case WindowsSlider.SItem.Thumb : 536case WindowsSlider.SItem.LargeIncrement :