4 writes to _thumbnail
ReachFramework (4)
Packaging\XpsDocument.cs (4)
294_thumbnail = value; 521_thumbnail = CurrentXpsManager.AddThumbnail(imageType, this, Thumbnail); 674_thumbnail = null; 712_thumbnail = CurrentXpsManager.EnsureThumbnail(this, null );
7 references to _thumbnail
ReachFramework (7)
Packaging\XpsDocument.cs (7)
288return _thumbnail; 523metroPackage.CreateRelationship( _thumbnail.Uri, 527return _thumbnail; 710if( _thumbnail == null ) 759if( _thumbnail != null ) 761dependentList[_thumbnail.Uri] = _thumbnail.Uri;