1 instantiation of FeedbackRectangle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
674CurrentFeedbackRect ??= new FeedbackRectangle(toolStripToDrag.ClientRectangle);
3 references to FeedbackRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
664private static FeedbackRectangle? t_feedbackRect; 698FeedbackRectangle? oldFeedback = t_feedbackRect; 703private static FeedbackRectangle? CurrentFeedbackRect