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