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