4 writes to textFormat
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItemTextRenderEventArgs.cs (4)
39
this.
textFormat
= format;
54
this.
textFormat
= ToolStripItemInternalLayout.ContentAlignToTextFormat(textAlign, item.RightToLeft == RightToLeft.Yes);
57
this.
textFormat
= (item.ShowKeyboardCues) ? textFormat : textFormat | TextFormatFlags.HidePrefix;
139
textFormat
= value;
3 references to textFormat
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItemTextRenderEventArgs.cs (3)
57
this.textFormat = (item.ShowKeyboardCues) ?
textFormat
:
textFormat
| TextFormatFlags.HidePrefix;
136
return
textFormat
;