1 write to CurrentFeedbackRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
682
CurrentFeedbackRect
??= new FeedbackRectangle(toolStripToDrag.ClientRectangle);
3 references to CurrentFeedbackRect
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
684
if (!
CurrentFeedbackRect
.Visible)
690
CurrentFeedbackRect
.Show(screenLocation);
700
CurrentFeedbackRect
.Move(screenLocation);