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