2 writes to _printQueue
PresentationFramework (2)
MS\Internal\Printing\Win32PrintDialog.cs (2)
34
_printQueue
= null;
163
_printQueue
= value;
4 references to _printQueue
PresentationFramework (4)
MS\Internal\Printing\Win32PrintDialog.cs (4)
70
if (this.
_printQueue
== null || this._printTicket == null)
159
return
_printQueue
;
287
string printerName = (this.
_printQueue
!= null) ? this.
_printQueue
.FullName : string.Empty;