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