2 overrides of OnQueryCursor
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
588
protected override void
OnQueryCursor
(QueryCursorEventArgs e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1171
protected override void
OnQueryCursor
(QueryCursorEventArgs e)
3 references to OnQueryCursor
PresentationCore (1)
System\Windows\Generated\UIElement.cs (1)
1342
uie.
OnQueryCursor
(e);
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
590
base.
OnQueryCursor
(e);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1173
base.
OnQueryCursor
(e);