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