1 implementation of GetEventProperty
System.Windows.Forms.Design (1)
System\ComponentModel\Design\EventBindingService.cs (1)
197
PropertyDescriptor IEventBindingService.
GetEventProperty
(EventDescriptor e)
39 references to GetEventProperty
System.Windows.Forms (1)
System\Windows\Forms\Design\EventsTab.cs (1)
43
? eventPropertyService.
GetEventProperty
(defaultEvent)
System.Windows.Forms.Design (6)
System\ComponentModel\Design\ComponentDesigner.cs (1)
279
PropertyDescriptor? defaultPropEvent = ebs.
GetEventProperty
(defaultEvent);
System\ComponentModel\Design\EventBindingService.cs (1)
233
PropertyDescriptor prop = ((IEventBindingService)this).
GetEventProperty
(e);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
501
PropertyDescriptor prop = evtSvc.
GetEventProperty
(evt);
1236
PropertyDescriptor prop = evtSvc.
GetEventProperty
(evt);
System\ComponentModel\Design\Serialization\EventMemberCodeDomSerializer.cs (1)
42
PropertyDescriptor prop = eventBindings.
GetEventProperty
(eventToSerialize);
System\Windows\Forms\Design\ComponentTray.cs (1)
2476
defaultPropEvent = eps.
GetEventProperty
(defaultEvent);
System.Windows.Forms.Design.Tests (30)
System\ComponentModel\Design\ComponentDesignerTests.cs (30)
778
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
843
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(3));
864
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(6));
891
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
958
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
971
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1002
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1071
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(3));
1095
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(6));
1118
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1177
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1188
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1211
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1270
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1281
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1302
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1360
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1371
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1392
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1455
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1468
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1499
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1562
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1575
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1601
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1659
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1669
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1882
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1931
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1943
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\EventsTabTests.cs (2)
66
.Setup(e => e.
GetEventProperty
(TypeDescriptor.GetDefaultEvent(typeof(ClassWithDefaultEvent))))
102
.Setup(e => e.
GetEventProperty
(TypeDescriptor.GetDefaultEvent(typeof(ClassWithDefaultEvent))))