1 write to landscapePicture
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
287
this.
landscapePicture
= new System.Windows.Forms.PictureBox();
6 references to landscapePicture
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
340
((System.ComponentModel.ISupportInitialize)(this.
landscapePicture
)).BeginInit();
623
this.orientationTableLayoutPanel.Controls.Add(this.
landscapePicture
, 2, 0);
636
resources.ApplyResources(this.
landscapePicture
, "landscapePicture");
637
this.
landscapePicture
.Name = "landscapePicture";
638
this.
landscapePicture
.TabStop = false;
933
((System.ComponentModel.ISupportInitialize)(this.
landscapePicture
)).EndInit();