4 references to BackgroundImageLayoutChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
206add => base.BackgroundImageLayoutChanged += value; 207remove => base.BackgroundImageLayoutChanged -= value;
System.Windows.Forms.Tests (2)
TextBoxBaseTests.cs (2)
529control.BackgroundImageLayoutChanged += handler; 547control.BackgroundImageLayoutChanged -= handler;