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)
780
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
845
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(3));
866
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(6));
893
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
960
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
973
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1004
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1073
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(3));
1097
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(6));
1120
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1179
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1190
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1213
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1272
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1283
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1304
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1362
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1373
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1394
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1457
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1470
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1501
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1564
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1577
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1603
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1661
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1671
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1884
.Setup(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()))
1933
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Once());
1945
mockEventBindingService.Verify(s => s.
GetEventProperty
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\EventsTabTests.cs (2)
68
.Setup(e => e.
GetEventProperty
(TypeDescriptor.GetDefaultEvent(typeof(ClassWithDefaultEvent))))
104
.Setup(e => e.
GetEventProperty
(TypeDescriptor.GetDefaultEvent(typeof(ClassWithDefaultEvent))))