1 write to _displayImage
PresentationUI (1)
MS\Internal\Documents\SignatureResourceHelper.cs (1)
109
resources.
_displayImage
= GetImageFromStatus(
3 references to _displayImage
PresentationUI (3)
MS\Internal\Documents\SignatureSummaryDialog.cs (3)
759
Debug.Assert(item.
_displayImage
!= null, "Signature icon is null");
760
if (item.
_displayImage
!= null)
762
graphics.DrawImage(item.
_displayImage
, iconRect.Location);