1 write to CurrentFeedbackRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
720
CurrentFeedbackRect
= new FeedbackRectangle(toolStripToDrag.ClientRectangle);
4 references to CurrentFeedbackRect
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanel.cs (4)
717
if (
CurrentFeedbackRect
== null) {
723
if (!
CurrentFeedbackRect
.Visible) {
727
CurrentFeedbackRect
.Show(screenLocation);
736
CurrentFeedbackRect
.Move(screenLocation);