Base:
method
OnLostMouseCapture
System.Windows.UIElement.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)
2 overrides of OnLostMouseCapture
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
1009
protected override void
OnLostMouseCapture
(MouseEventArgs e)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
250
protected override void
OnLostMouseCapture
(MouseEventArgs e)
2 references to OnLostMouseCapture
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
1011
base.
OnLostMouseCapture
(e);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
252
base.
OnLostMouseCapture
(e);