1 write to landscapePicture
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
287this.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(); 623this.orientationTableLayoutPanel.Controls.Add(this.landscapePicture, 2, 0); 636resources.ApplyResources(this.landscapePicture, "landscapePicture"); 637this.landscapePicture.Name = "landscapePicture"; 638this.landscapePicture.TabStop = false; 933((System.ComponentModel.ISupportInitialize)(this.landscapePicture)).EndInit();