1 write to _cellStyle
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
27
_cellStyle
= new() { Format = "Initial" };
13 references to _cellStyle
System.Windows.Forms.Design.Tests (13)
System\Windows\Forms\Design\FormatStringEditorTests.cs (13)
34
_context.Setup(c => c.Instance).Returns(
_cellStyle
);
66
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["Format"]),
70
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["NullValue"]),
74
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["FormatProvider"]),
89
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["Format"], null, null),
93
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["NullValue"], null, null),
97
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["FormatProvider"], null, null),