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