2 writes to _printQueue
PresentationFramework (2)
MS\Internal\Printing\Win32PrintDialog.cs (2)
36_printQueue = null; 165_printQueue = value;
4 references to _printQueue
PresentationFramework (4)
MS\Internal\Printing\Win32PrintDialog.cs (4)
72if (this._printQueue == null || this._printTicket == null) 161return _printQueue; 289string printerName = (this._printQueue != null) ? this._printQueue.FullName : string.Empty;