4 writes to _thumbnail
ReachFramework (4)
Packaging\XpsDocument.cs (4)
284
_thumbnail
= value;
511
_thumbnail
= CurrentXpsManager.AddThumbnail(imageType, this, Thumbnail);
681
_thumbnail
= null;
719
_thumbnail
= CurrentXpsManager.EnsureThumbnail(this, null );
7 references to _thumbnail
ReachFramework (7)
Packaging\XpsDocument.cs (7)
278
return
_thumbnail
;
513
metroPackage.CreateRelationship(
_thumbnail
.Uri,
517
return
_thumbnail
;
717
if(
_thumbnail
== null )
766
if(
_thumbnail
!= null )
768
dependentList[
_thumbnail
.Uri] =
_thumbnail
.Uri;