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