44 references to No
System.Windows.Forms (44)
winforms\Managed\System\WinForms\AxHost.cs (2)
544base.RightToLeft = (value) ? System.Windows.Forms.RightToLeft.Yes : System.Windows.Forms.RightToLeft.No; 2449if (ctl.RightToLeft == System.Windows.Forms.RightToLeft.No)
winforms\Managed\System\WinForms\ContextMenu.cs (4)
108DefaultValue(RightToLeft.No), 118return RightToLeft.No; 128if (!ClientUtils.IsEnumValid(value, (int)value, (int)RightToLeft.No, (int)RightToLeft.Inherit)){ 178 RightToLeft = RightToLeft.No;
winforms\Managed\System\WinForms\Control.cs (2)
2209get { return RightToLeft.No; } 3763if (!ClientUtils.IsEnumValid(value, (int)value, (int)RightToLeft.No, (int)RightToLeft.Inherit)){
winforms\Managed\System\WinForms\ControlPaint.cs (2)
447DrawBackgroundImage(g, backgroundImage, backColor, backgroundImageLayout, bounds, clipRect, Point.Empty, RightToLeft.No); 450DrawBackgroundImage(g, backgroundImage, backColor, backgroundImageLayout, bounds, clipRect, scrollOffset, RightToLeft.No);
winforms\Managed\System\WinForms\DataGridViewCell.cs (5)
5109if (this.Owner.DataGridView.RightToLeft == RightToLeft.No) 5126if (this.owner.DataGridView.RightToLeft == RightToLeft.No) 5142if (this.owner.DataGridView.RightToLeft == RightToLeft.No) 5249if (this.owner.DataGridView.RightToLeft == RightToLeft.No) 5260if (this.owner.DataGridView.RightToLeft == RightToLeft.No)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
1427if (this.Owner.DataGridView.RightToLeft == RightToLeft.No) 1438if (this.Owner.DataGridView.RightToLeft == RightToLeft.No)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (2)
162if ((this.RightToLeft == RightToLeft.No && !(this.SelectionLength == 0 && this.SelectionStart == this.Text.Length)) || 173if ((this.RightToLeft == RightToLeft.No && !(this.SelectionLength == 0 && this.SelectionStart == 0)) ||
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (3)
520if (this.Owner.DataGridView.RightToLeft == RightToLeft.No) 594if (this.Owner.DataGridView.RightToLeft == RightToLeft.No) 605if (this.Owner.DataGridView.RightToLeft == RightToLeft.No)
winforms\Managed\System\WinForms\ListBox.cs (1)
792return RightToLeft.No;
winforms\Managed\System\WinForms\MainMenu.cs (1)
105if (!ClientUtils.IsEnumValid(value, (int)value, (int)RightToLeft.No, (int)RightToLeft.Inherit)){
winforms\Managed\System\WinForms\MenuStrip.cs (1)
229SelectNextToolStripItem(null, /*forward=*/(RightToLeft == RightToLeft.No));
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1529if (RightToLeft == RightToLeft.No) { 1557if (RightToLeft == RightToLeft.No) { 1665if (RightToLeft == RightToLeft.No) { 1788if (RightToLeft == RightToLeft.No) {
winforms\Managed\System\WinForms\StatusStrip.cs (1)
90if (RightToLeft == RightToLeft.No) {
winforms\Managed\System\WinForms\ToolStrip.cs (3)
713direction = ((Dock == DockStyle.Right) && (RightToLeft == RightToLeft.No)) ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right; 857rect.X += (RightToLeft == RightToLeft.No) ? gripwidth : 0; 5446insertIndex = Math.Max(0, (owner.RightToLeft == RightToLeft.No) ? insertIndex + 1 : insertIndex);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
127RightToLeft toggledRightToLeft = (RightToLeft == RightToLeft.Yes) ? RightToLeft.No : RightToLeft.Yes;
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2051if (!ClientUtils.IsEnumValid(value, (int)value, (int)RightToLeft.No, (int)RightToLeft.Inherit)) 4338bool forwardInCollection = (parent.RightToLeft == RightToLeft.No);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
615Color begin = (rightToLeft == RightToLeft.No) ? ColorTable.ImageMarginGradientBegin : ColorTable.ImageMarginGradientEnd; 616Color end = (rightToLeft == RightToLeft.No) ? ColorTable.ImageMarginGradientEnd : ColorTable.ImageMarginGradientBegin; 1280if (dropDownMenu.RightToLeft == RightToLeft.No) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
383if (this.RightToLeft == RightToLeft.No) {
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (2)
266if (toolStrip.RightToLeft == RightToLeft.No) { 322if (((item.Alignment == ToolStripItemAlignment.Right) && (toolStrip.RightToLeft == RightToLeft.No)) || ((item.Alignment == ToolStripItemAlignment.Left) && (toolStrip.RightToLeft == RightToLeft.Yes))) {
winforms\Managed\System\WinForms\VScrollBar.cs (1)
75return RightToLeft.No;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1507return RightToLeft.No;