2 writes to printingHelper
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
398
this.
printingHelper
= null;
692
this.
printingHelper
= value;
2 references to printingHelper
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
688
return this.
printingHelper
;
691
Debug.Assert( this.
printingHelper
== null, "WARNING: Overwritting the printing helper reference!" );