1 write to _cellStyle
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
25
_cellStyle
= new() { Format = "Initial" };
13 references to _cellStyle
System.Windows.Forms.Design.Tests (13)
System\Windows\Forms\Design\FormatStringEditorTests.cs (13)
32
_context.Setup(c => c.Instance).Returns(
_cellStyle
);
64
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["Format"]),
68
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["NullValue"]),
72
cs => cs.OnComponentChanging(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["FormatProvider"]),
87
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["Format"], null, null),
91
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["NullValue"], null, null),
95
cs => cs.OnComponentChanged(
_cellStyle
, TypeDescriptor.GetProperties(
_cellStyle
)["FormatProvider"], null, null),