1 write to _formatControl1
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
169_formatControl1 = new FormatControl();
19 references to _formatControl1
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\FormatStringDialog.cs (19)
53return _dirty || _formatControl1.Dirty; 89_okButton.Top = _formatControl1.Bottom + 5; 90_cancelButton.Top = _formatControl1.Bottom + 5; 91int formatControlRightSideOffset = GetRightSideOffset(_formatControl1); 126_formatControl1.NullValueTextBoxEnabled = true; 131_formatControl1.NullValueTextBoxEnabled = false; 134_formatControl1.FormatType = formatType; 137FormatControl.FormatTypeClass? formatTypeItem = _formatControl1.FormatTypeItem; 147_formatControl1.FormatType = SR.BindingFormattingDialogFormatTypeNoFormatting; 150_formatControl1.NullValue = nullValue is not null ? nullValue.ToString() : ""; 164[MemberNotNull(nameof(_formatControl1))] 174_formatControl1.Location = new Drawing.Point(10, 10); 175_formatControl1.Margin = new Padding(0); 176_formatControl1.Name = "formatControl1"; 177_formatControl1.Size = new Drawing.Size(376, 268); 178_formatControl1.TabIndex = 0; 215Controls.Add(_formatControl1); 261FormatControl.FormatTypeClass? formatTypeItem = _formatControl1.FormatTypeItem; 271_dgvCellStyle.NullValue = _formatControl1.NullValue;