3 references to Kind
System.Drawing (1)
commonui\System\Drawing\Printing\PaperSource.cs (1)
97
+ " Kind=" + TypeDescriptor.GetConverter(typeof(PaperSourceKind)).ConvertToString(
Kind
)
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
1197
this.printDocument.DefaultPageSettings.PaperSource.
Kind
== paperSource.
Kind
&&