13 references to Capture
PresentationCore (6)
System\Windows\ContentElement.cs (2)
357return Mouse.Capture(this); 365Mouse.Capture(null);
System\Windows\UIElement.cs (2)
2465return Mouse.Capture(this); 2475Mouse.Capture(null);
System\Windows\UIElement3D.cs (2)
444return Mouse.Capture(this); 454Mouse.Capture(null);
PresentationFramework (5)
System\Windows\Controls\ComboBox.cs (1)
290Mouse.Capture(null);
System\Windows\Controls\Primitives\MenuBase.cs (1)
864Mouse.Capture(null);
System\Windows\Controls\Primitives\Popup.cs (1)
1191Mouse.Capture(null);
System\Windows\Controls\ToolBar.cs (1)
262Mouse.Capture(null);
System\Windows\Documents\Hyperlink.cs (1)
987Mouse.Capture(element);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1215Mouse.Capture(null);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1117Mouse.Capture(null);