12 references to Docking
System.Windows.Forms.DataVisualization (12)
Common\General\Legend.cs (12)
1096 if(this.Docking == Docking.Top || this.Docking == Docking.Bottom) 1120 if(this.Docking == Docking.Top) 1140 else if(this.Docking == Docking.Bottom) 1159 if(this.Docking == Docking.Left) 1179 if(this.Docking == Docking.Right) 4692 if(this.Docking == Docking.Left || 4693 this.Docking == Docking.Right) 4950 if(legend.Docking == Docking.Top) 4958 else if(legend.Docking == Docking.Bottom) 4966 if(legend.Docking == Docking.Left) 4974 if(legend.Docking == Docking.Right)