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