4 writes to _thumbnail
ReachFramework (4)
Packaging\XpsDocument.cs (4)
285_thumbnail = value; 512_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)
279return _thumbnail; 514metroPackage.CreateRelationship( _thumbnail.Uri, 518return _thumbnail; 701if( _thumbnail == null ) 750if( _thumbnail != null ) 752dependentList[_thumbnail.Uri] = _thumbnail.Uri;