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)
1009protected override void OnLostMouseCapture(MouseEventArgs e)
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
250protected override void OnLostMouseCapture(MouseEventArgs e)
2 references to OnLostMouseCapture
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
1011base.OnLostMouseCapture(e);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
252base.OnLostMouseCapture(e);