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