3 writes to _bitmap
System.Web.Mobile (3)
UI\MobileControls\Design\Util\TemporaryBitmapFile.cs (3)
35
_bitmap
= bitmap;
45
_bitmap
= null;
98
_bitmap
= value;
6 references to _bitmap
System.Web.Mobile (6)
UI\MobileControls\Design\Util\TemporaryBitmapFile.cs (6)
42
if(
_bitmap
!= null)
44
_bitmap
.Dispose();
66
_bitmap
.Save(_path, ImageFormat.Bmp);
85
return
_bitmap
;
94
if(
_bitmap
!= null)
96
_bitmap
.Dispose();