2 overrides of OnQueryContinueDrag
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
635protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1244protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e)
3 references to OnQueryContinueDrag
PresentationCore (1)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
2558uie.OnQueryContinueDrag(e);
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
637base.OnQueryContinueDrag(e);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1246base.OnQueryContinueDrag(e);