1 instantiation of FormatControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
169
_formatControl1 = new
FormatControl
();
15 references to FormatControl
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\FormatControl.CurrencyFormatType.cs (2)
12
private readonly
FormatControl
_owner;
14
public CurrencyFormatType(
FormatControl
owner)
System\Windows\Forms\Design\FormatControl.CustomFormatType.cs (2)
12
private readonly
FormatControl
_owner;
14
public CustomFormatType(
FormatControl
owner)
System\Windows\Forms\Design\FormatControl.DateTimeFormatType.cs (2)
12
private readonly
FormatControl
_owner;
14
public DateTimeFormatType(
FormatControl
owner)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
33
System.ComponentModel.ComponentResourceManager resources = new(typeof(
FormatControl
));
System\Windows\Forms\Design\FormatControl.NumericFormatType.cs (2)
12
private readonly
FormatControl
_owner;
14
public NumericFormatType(
FormatControl
owner)
System\Windows\Forms\Design\FormatControl.ScientificFormatType.cs (2)
12
private readonly
FormatControl
_owner;
14
public ScientificFormatType(
FormatControl
owner)
System\Windows\Forms\Design\FormatStringDialog.cs (4)
15
private
FormatControl
_formatControl1;
119
formatType =
FormatControl
.FormatTypeStringFromFormatString(formatString);
137
FormatControl
.FormatTypeClass? formatTypeItem = _formatControl1.FormatTypeItem;
261
FormatControl
.FormatTypeClass? formatTypeItem = _formatControl1.FormatTypeItem;