1 instantiation of PrintDialog
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
957
PrintDialog printDlg = new
PrintDialog
();
2 references to PrintDialog
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
957
PrintDialog
printDlg = new PrintDialog();
1023
private static Rect GetImageableRect(
PrintDialog
dialog)