1 write to _dialog
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
45_dialog = dialog;
35 references to _dialog
PresentationFramework (35)
MS\Internal\Printing\PrintDlgExMarshaler.cs (35)
110_dialog.PrintQueue = AcquirePrintQueue(printerName); 111_dialog.PrintTicket = AcquirePrintTicket(devModeHandle, printerName); 122_dialog.PageRangeSelection = PageRangeSelection.UserPages; 123_dialog.PageRange = pageRange; 127_dialog.PageRangeSelection = PageRangeSelection.SelectedPages; 131_dialog.PageRangeSelection = PageRangeSelection.CurrentPage; 135_dialog.PageRangeSelection = PageRangeSelection.AllPages; 448range.nToPage = (uint)_dialog.PageRange.PageTo; 449range.nFromPage = (uint)_dialog.PageRange.PageFrom; 462pdex.nMinPage = _dialog.MinPage; 463pdex.nMaxPage = _dialog.MaxPage; 466if (_dialog.SelectedPagesEnabled) 468if (_dialog.PageRangeSelection == PageRangeSelection.SelectedPages) 478if (_dialog.CurrentPageEnabled) 480if (_dialog.PageRangeSelection == PageRangeSelection.CurrentPage) 490if (_dialog.PageRangeEnabled) 495if (_dialog.PageRangeSelection == PageRangeSelection.UserPages) 519if (_dialog.PrintQueue != null) 521pdex.hDevNames = AllocateAndInitializeDevNames(_dialog.PrintQueue.FullName); 523if (_dialog.PrintTicket != null) 526_dialog.PrintQueue.FullName, 527_dialog.PrintTicket); 539pdex.nMinPage = _dialog.MinPage; 540pdex.nMaxPage = _dialog.MaxPage; 543if (_dialog.SelectedPagesEnabled) 545if (_dialog.PageRangeSelection == PageRangeSelection.SelectedPages) 555if (_dialog.CurrentPageEnabled) 557if (_dialog.PageRangeSelection == PageRangeSelection.CurrentPage) 567if (_dialog.PageRangeEnabled) 572if (_dialog.PageRangeSelection == PageRangeSelection.UserPages) 596if (_dialog.PrintQueue != null) 598pdex.hDevNames = AllocateAndInitializeDevNames(_dialog.PrintQueue.FullName); 600if (_dialog.PrintTicket != null) 603_dialog.PrintQueue.FullName, 604_dialog.PrintTicket);