4 writes to _thumbnail
ReachFramework (4)
Packaging\XpsDocument.cs (4)
285
_thumbnail
= value;
512
_thumbnail
= CurrentXpsManager.AddThumbnail(imageType, this, Thumbnail);
666
_thumbnail
= null;
704
_thumbnail
= CurrentXpsManager.EnsureThumbnail(this, null );
7 references to _thumbnail
ReachFramework (7)
Packaging\XpsDocument.cs (7)
279
return
_thumbnail
;
514
metroPackage.CreateRelationship(
_thumbnail
.Uri,
518
return
_thumbnail
;
702
if(
_thumbnail
== null )
751
if(
_thumbnail
!= null )
753
dependentList[
_thumbnail
.Uri] =
_thumbnail
.Uri;