Base:
method
OnMouseDown
System.Windows.UIElement.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)
1 override of OnMouseDown
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
157protected override void OnMouseDown(MouseButtonEventArgs e)
1 reference to OnMouseDown
PresentationUI (1)
MS\Internal\Documents\Application\PageTextBox.cs (1)
166base.OnMouseDown(e);