2 instantiations of TemporaryBitmapFile
System.Web.Mobile (2)
UI\MobileControls\Design\ImageDesigner.cs (1)
150
_tempBmpFile = new
TemporaryBitmapFile
(bitmap);
UI\MobileControls\Design\Util\ImageCreator.cs (1)
144
bmpFile = new
TemporaryBitmapFile
(bitmap);
4 references to TemporaryBitmapFile
System.Web.Mobile (4)
UI\MobileControls\Design\FormDesigner.cs (1)
36
private
TemporaryBitmapFile
_backgroundBmpFile = null;
UI\MobileControls\Design\ImageDesigner.cs (1)
35
private
TemporaryBitmapFile
_tempBmpFile;
UI\MobileControls\Design\PanelDesigner.cs (1)
35
private
TemporaryBitmapFile
_backgroundBmpFile = null;
UI\MobileControls\Design\Util\ImageCreator.cs (1)
45
ref
TemporaryBitmapFile
bmpFile,