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