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