1 implementation of GetCompatibleMethods
System.Windows.Forms.Design (1)
System\ComponentModel\Design\EventBindingService.cs (1)
120
ICollection IEventBindingService.
GetCompatibleMethods
(EventDescriptor e)
19 references to GetCompatibleMethods
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
863
foreach (string methodName in _eventBindings.
GetCompatibleMethods
(eventDescriptor))
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.cs (1)
316
ICollection methods = ebs.
GetCompatibleMethods
(defaultEvent);
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
364
ICollection methods = ebs.
GetCompatibleMethods
(_evt);
System.Windows.Forms.Design.Tests (16)
System\ComponentModel\Design\ComponentDesignerTests.cs (16)
788
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
848
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
869
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(4));
897
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1012
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1076
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1100
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(4));
1398
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1458
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1471
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1505
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1565
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1578
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1888
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1934
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1946
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));