6 references to FromHdc
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2324
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6959
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2889
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
806
using Graphics g = Graphics.
FromHdc
((HDC)m.WParamInternal);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3137
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);