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)
103if (disposing && _tempBmpFile != null) 105_tempBmpFile.Dispose(); 121if(_tempBmpFile != null) 126return _tempBmpFile.Url; 130_tempBmpFile.Dispose(); 151imageUriString = _tempBmpFile.Url;