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)
144bmpFile = new TemporaryBitmapFile(bitmap);
4 references to TemporaryBitmapFile
System.Web.Mobile (4)
UI\MobileControls\Design\FormDesigner.cs (1)
36private TemporaryBitmapFile _backgroundBmpFile = null;
UI\MobileControls\Design\ImageDesigner.cs (1)
35private TemporaryBitmapFile _tempBmpFile;
UI\MobileControls\Design\PanelDesigner.cs (1)
35private TemporaryBitmapFile _backgroundBmpFile = null;
UI\MobileControls\Design\Util\ImageCreator.cs (1)
45ref TemporaryBitmapFile bmpFile,