12 references to Paint
System.Windows.Forms.Tests (12)
System\Windows\Forms\ComboBoxTests.cs (12)
359
comboBox.
Paint
+= handler;
372
comboBox.
Paint
+= handler;
376
comboBox.
Paint
-= handler;
389
comboBox.
Paint
+= (sender, e) => handlerCalled = true;
1807
control.
Paint
+= (sender, e) => paintCallCount++;
1834
control.
Paint
+= (sender, e) => paintCallCount++;
1889
control.
Paint
+= (sender, e) => paintCallCount++;
1923
control.
Paint
+= (sender, e) => paintCallCount++;
1980
control.
Paint
+= (sender, e) => paintCallCount++;
2018
control.
Paint
+= (sender, e) => paintCallCount++;
2084
control.
Paint
+= (sender, e) => paintCallCount++;
2129
control.
Paint
+= (sender, e) => paintCallCount++;