3 references to PD_RESULT_PRINT
PresentationFramework (3)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
121if ((dialogResult == NativeMethods.PD_RESULT_PRINT) ||
src\Framework\System\Windows\Controls\PrintDialog.cs (2)
376(dialogResult == MS.Internal.Printing.NativeMethods.PD_RESULT_PRINT)) 385return (dialogResult == MS.Internal.Printing.NativeMethods.PD_RESULT_PRINT);