8 references to FromHdc
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2326
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6961
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2891
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
852
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2573
using Graphics graphics = Graphics.
FromHdc
(hdc);
2613
using Graphics graphics = Graphics.
FromHdc
(hdc);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3353
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2041
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);