3 writes to crBackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
921cf2.crBackColor = ColorTranslator.ToWin32(value);
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
3861crBackColor = backColor 3881crBackColor = backColor
2 references to crBackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
892selColor = ColorTranslator.FromOle(cf2.crBackColor);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
3979Assert.Equal(0x785634, format.crBackColor);