3 writes to _tempBmpFile
System.Web.Mobile (3)
UI\MobileControls\Design\ImageDesigner.cs (3)
107
_tempBmpFile
= null;
131
_tempBmpFile
= null;
150
_tempBmpFile
= new TemporaryBitmapFile(bitmap);
6 references to _tempBmpFile
System.Web.Mobile (6)
UI\MobileControls\Design\ImageDesigner.cs (6)
103
if (disposing &&
_tempBmpFile
!= null)
105
_tempBmpFile
.Dispose();
121
if(
_tempBmpFile
!= null)
126
return
_tempBmpFile
.Url;
130
_tempBmpFile
.Dispose();
151
imageUriString =
_tempBmpFile
.Url;