3 references to PD_RESULT_PRINT
PresentationFramework (3)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
95
if ((dialogResult == NativeMethods.
PD_RESULT_PRINT
) ||
System\Windows\Controls\PrintDialog.cs (2)
315
(dialogResult == MS.Internal.Printing.NativeMethods.
PD_RESULT_PRINT
))
323
return (dialogResult == MS.Internal.Printing.NativeMethods.
PD_RESULT_PRINT
);