1 write to _dialog
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
47_dialog = dialog;
35 references to _dialog
PresentationFramework (35)
MS\Internal\Printing\PrintDlgExMarshaler.cs (35)
112_dialog.PrintQueue = AcquirePrintQueue(printerName); 113_dialog.PrintTicket = AcquirePrintTicket(devModeHandle, printerName); 124_dialog.PageRangeSelection = PageRangeSelection.UserPages; 125_dialog.PageRange = pageRange; 129_dialog.PageRangeSelection = PageRangeSelection.SelectedPages; 133_dialog.PageRangeSelection = PageRangeSelection.CurrentPage; 137_dialog.PageRangeSelection = PageRangeSelection.AllPages; 450range.nToPage = (uint)_dialog.PageRange.PageTo; 451range.nFromPage = (uint)_dialog.PageRange.PageFrom; 464pdex.nMinPage = _dialog.MinPage; 465pdex.nMaxPage = _dialog.MaxPage; 468if (_dialog.SelectedPagesEnabled) 470if (_dialog.PageRangeSelection == PageRangeSelection.SelectedPages) 480if (_dialog.CurrentPageEnabled) 482if (_dialog.PageRangeSelection == PageRangeSelection.CurrentPage) 492if (_dialog.PageRangeEnabled) 497if (_dialog.PageRangeSelection == PageRangeSelection.UserPages) 521if (_dialog.PrintQueue != null) 523pdex.hDevNames = AllocateAndInitializeDevNames(_dialog.PrintQueue.FullName); 525if (_dialog.PrintTicket != null) 528_dialog.PrintQueue.FullName, 529_dialog.PrintTicket); 541pdex.nMinPage = _dialog.MinPage; 542pdex.nMaxPage = _dialog.MaxPage; 545if (_dialog.SelectedPagesEnabled) 547if (_dialog.PageRangeSelection == PageRangeSelection.SelectedPages) 557if (_dialog.CurrentPageEnabled) 559if (_dialog.PageRangeSelection == PageRangeSelection.CurrentPage) 569if (_dialog.PageRangeEnabled) 574if (_dialog.PageRangeSelection == PageRangeSelection.UserPages) 598if (_dialog.PrintQueue != null) 600pdex.hDevNames = AllocateAndInitializeDevNames(_dialog.PrintQueue.FullName); 602if (_dialog.PrintTicket != null) 605_dialog.PrintQueue.FullName, 606_dialog.PrintTicket);