Lines Matching defs:dc

95 		public void DrawBackground (IDeviceContext dc, Rectangle bounds)  in DrawBackground()
103 public void DrawBackground (IDeviceContext dc, Rectangle bounds, Rectangle clipRectangle) in DrawBackground()
111 …public Rectangle DrawEdge (IDeviceContext dc, Rectangle bounds, Edges edges, EdgeStyle style, Edge… in DrawEdge()
143 public void DrawParentBackground (IDeviceContext dc, Rectangle bounds, Control childControl) in DrawParentBackground()
151 …public void DrawText (IDeviceContext dc, Rectangle bounds, string textToDraw, bool drawDisabled, T… in DrawText()
159 public void DrawText (IDeviceContext dc, Rectangle bounds, string textToDraw, bool drawDisabled) in DrawText()
164 public void DrawText (IDeviceContext dc, Rectangle bounds, string textToDraw) in DrawText()
169 public Rectangle GetBackgroundContentRectangle (IDeviceContext dc, Rectangle bounds) in GetBackgroundContentRectangle()
179 public Rectangle GetBackgroundExtent (IDeviceContext dc, Rectangle contentBounds) in GetBackgroundExtent()
190 public Region GetBackgroundRegion (IDeviceContext dc, Rectangle bounds) in GetBackgroundRegion()
242 public Font GetFont (IDeviceContext dc, FontProperty prop) in GetFont()
271 public Padding GetMargins (IDeviceContext dc, MarginProperty prop) in GetMargins()
283 public Size GetPartSize (IDeviceContext dc, Rectangle bounds, ThemeSizeType type) in GetPartSize()
295 public Size GetPartSize (IDeviceContext dc, ThemeSizeType type) in GetPartSize()
328 …public Rectangle GetTextExtent (IDeviceContext dc, Rectangle bounds, string textToDraw, TextFormat… in GetTextExtent()
338 public Rectangle GetTextExtent (IDeviceContext dc, string textToDraw, TextFormatFlags flags) in GetTextExtent()
348 public TextMetrics GetTextMetrics (IDeviceContext dc) in GetTextMetrics()
358 …public HitTestCode HitTestBackground (IDeviceContext dc, Rectangle backgroundRectangle, IntPtr hRg… in HitTestBackground()
378 …public HitTestCode HitTestBackground (IDeviceContext dc, Rectangle backgroundRectangle, Point pt, … in HitTestBackground()
420 …internal void DrawBackgroundExcludingArea (IDeviceContext dc, Rectangle bounds, Rectangle excluded… in DrawBackgroundExcludingArea()