12 references to Paint
System.Windows.Forms.Tests (12)
System\Windows\Forms\ComboBoxTests.cs (12)
361
comboBox.
Paint
+= handler;
374
comboBox.
Paint
+= handler;
378
comboBox.
Paint
-= handler;
391
comboBox.
Paint
+= (sender, e) => handlerCalled = true;
1809
control.
Paint
+= (sender, e) => paintCallCount++;
1836
control.
Paint
+= (sender, e) => paintCallCount++;
1891
control.
Paint
+= (sender, e) => paintCallCount++;
1925
control.
Paint
+= (sender, e) => paintCallCount++;
1982
control.
Paint
+= (sender, e) => paintCallCount++;
2020
control.
Paint
+= (sender, e) => paintCallCount++;
2086
control.
Paint
+= (sender, e) => paintCallCount++;
2131
control.
Paint
+= (sender, e) => paintCallCount++;