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)
279
return
_thumbnail
;
514
metroPackage.CreateRelationship(
_thumbnail
.Uri,
518
return
_thumbnail
;
701
if(
_thumbnail
== null )
750
if(
_thumbnail
!= null )
752
dependentList[
_thumbnail
.Uri] =
_thumbnail
.Uri;