2 overrides of OnQueryCursor
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
604protected override void OnQueryCursor(QueryCursorEventArgs e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1200protected override void OnQueryCursor(QueryCursorEventArgs e)
3 references to OnQueryCursor
PresentationCore (1)
System\Windows\Generated\UIElement.cs (1)
1360uie.OnQueryCursor(e);
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (1)
606base.OnQueryCursor(e);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1202base.OnQueryCursor(e);