31 references to DrawString
System.Drawing (5)
commonui\System\Drawing\Graphics.cs (5)
2456DrawString(s, font, brush, new RectangleF(x, y, 0, 0), null); 2463DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), null); 2470DrawString(s, font, brush, new RectangleF(x, y, 0, 0), format); 2477DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), format); 2484DrawString(s, font, brush, layoutRectangle, null);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
229 _graphics.DrawString( s, font, brush, layoutRectangle, format );
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
634g.DrawString(Control.Text, Control.Font, brush, r, stringFormat); 638g.DrawString(Control.Text, Control.Font, brush, r, stringFormat); 650g.DrawString(Control.Text, Control.Font, brush, r, stringFormat);
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
814e.Graphics.DrawString(text, font, brush, stringBounds, format);
winforms\Managed\System\WinForms\ControlPaint.cs (3)
1938graphics.DrawString(s, font, SystemBrushes.GrayText, layoutRectangle, format); 1943graphics.DrawString(s, font, brush, layoutRectangle, format); 1948graphics.DrawString(s, font, brush, layoutRectangle, format);
winforms\Managed\System\WinForms\DataGrid.cs (1)
7225g.DrawString(gridColumns[col].HeaderText,
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
592g.DrawString(text, this.Font, foreBrush, textBounds, format);
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
1009g.DrawString(text, textFont, ForeBrush, textBounds, format);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
730g.DrawString(((string)this.dgTable.RelationsList[r]), textFont, textBrush, textBounds,
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
617g.DrawString(text, this.DataGridTableStyle.DataGrid.Font, foreBrush, rect, format);
winforms\Managed\System\WinForms\GroupBox.cs (1)
579graphics.DrawString(Text, Font, textBrush, textRectangle, format);
winforms\Managed\System\WinForms\Label.cs (1)
1549e.Graphics.DrawString(Text, Font, brush, face, stringFormat);
winforms\Managed\System\WinForms\LinkLabel.cs (2)
1425g.DrawString(Text, font, useBrush, ClientRectWithPadding, stringFormat); 1484g.DrawString(Text, font, foreBrush, ClientRectWithPadding, stringFormat);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1937g.DrawString(strLabel, font, textBrush, textRect, stringFormat);
System.Windows.Forms.DataVisualization (2)
Common\General\GdiGraphics.cs (1)
229 _graphics.DrawString( s, font, brush, layoutRectangle, format );
WinForm\ChartWinControl.cs (1)
595graphics.DrawString(addMessage, font, Brushes.Black, rect, format);
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerHelpers.cs (1)
117graphics.DrawString(text, font, textBrush, boundingRect, format);
AuthoringOM\Design\DesignerWidgets.cs (3)
234graphics.DrawString(index.ToString(CultureInfo.CurrentCulture), Control.DefaultFont, SystemBrushes.ControlText, (RectangleF)itemRectangle, format); 1928e.Graphics.DrawString(tabItem.Text, Font, SystemBrushes.ControlText, tabTextRectangleF, stringFormat); 1937graphics.DrawString(this.tabItemList[tabItemIndex].Text, Font, SystemBrushes.ControlText, new Rectangle(0, 0, bitmap.Width, bitmap.Height), stringFormat);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
695draggedImageGraphics.DrawString(description, parentView.Font, SystemBrushes.WindowText, descriptionRectangle, stringFormat);
AuthoringOM\Design\WorkflowPrinting.cs (1)
303graphics.DrawString(headerFooter, headerFooterPrintData.Font, WorkflowTheme.CurrentTheme.AmbientTheme.ForegroundBrush, layoutRectangle, stringFormat);