4 writes to _thumbnail
ReachFramework (4)
Packaging\XpsDocument.cs (4)
284_thumbnail = value; 511_thumbnail = CurrentXpsManager.AddThumbnail(imageType, this, Thumbnail); 665_thumbnail = null; 703_thumbnail = CurrentXpsManager.EnsureThumbnail(this, null );
7 references to _thumbnail
ReachFramework (7)
Packaging\XpsDocument.cs (7)
278return _thumbnail; 513metroPackage.CreateRelationship( _thumbnail.Uri, 517return _thumbnail; 701if( _thumbnail == null ) 750if( _thumbnail != null ) 752dependentList[_thumbnail.Uri] = _thumbnail.Uri;