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); 66cs => cs.OnComponentChanging(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["Format"]), 70cs => cs.OnComponentChanging(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["NullValue"]), 74cs => cs.OnComponentChanging(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["FormatProvider"]), 89cs => cs.OnComponentChanged(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["Format"], null, null), 93cs => cs.OnComponentChanged(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["NullValue"], null, null), 97cs => cs.OnComponentChanged(_cellStyle, TypeDescriptor.GetProperties(_cellStyle)["FormatProvider"], null, null),