4 references to GetResourceStream
System.Windows.Forms (4)
parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (2)
201return new Icon(GetResourceStream(type, originalName)); 215return new Bitmap(GetResourceStream(type, originalName));
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
196Icon icon = new Icon(BitmapSelector.GetResourceStream(typeof(DataGridViewRowHeaderCell), iconName), desiredSize);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
326Icon icon = new Icon(BitmapSelector.GetResourceStream(typeof(PropertyGrid), iconName), desiredSize);