5 references to ContentsResized
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventArgs.cs (1)
9/// Provides data for the <see cref="RichTextBox.ContentsResized"/> event.
System\Windows\Forms\Controls\RichTextBox\ContentsResizedEventHandler.cs (1)
7/// Represents a method that will handle the <see cref="RichTextBox.ContentsResized"/>
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (3)
9096control.ContentsResized += handler; 9104control.ContentsResized -= handler; 10348control.ContentsResized += (sender, e) =>