6 references to CacheText
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (3)
1387return cacheTextCounter > 0 || GetStyle(ControlStyles.CacheText); 1392if (GetStyle(ControlStyles.CacheText) || !IsHandleCreated) 12144if (!GetStyle(ControlStyles.CacheText))
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
74| 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);