1 instantiation of FeedbackRectangle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
682CurrentFeedbackRect ??= new FeedbackRectangle(toolStripToDrag.ClientRectangle);
3 references to FeedbackRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
672private static FeedbackRectangle? t_feedbackRect; 706FeedbackRectangle? oldFeedback = t_feedbackRect; 711private static FeedbackRectangle? CurrentFeedbackRect