2 references to FormatInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (2)
429} else if (format != null && format.Length != 0 && this.parseMethod != null && this.FormatInfo != null) { 432value = (object) parseMethod.Invoke(null, new object[] {edit.Text, this.FormatInfo});