6 references to CacheText
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (3)
1208return cacheTextCounter > 0 || GetStyle(ControlStyles.CacheText); 1213if (GetStyle(ControlStyles.CacheText) || !IsHandleCreated) 11415if (!GetStyle(ControlStyles.CacheText))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
71| ControlStyles.CacheText
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
37SetStyle(ControlStyles.CacheText, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
22SetStyle(ControlStyles.CacheText, true);