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