2 overrides of OnQueryCursor
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
620
protected override void
OnQueryCursor
(QueryCursorEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1226
protected override void
OnQueryCursor
(QueryCursorEventArgs e)
3 references to OnQueryCursor
PresentationCore (1)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
1507
uie.
OnQueryCursor
(e);
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
622
base.
OnQueryCursor
(e);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1228
base.
OnQueryCursor
(e);