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)
786
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
846
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
867
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(4));
895
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1010
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1074
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1098
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(4));
1396
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1456
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1469
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1503
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1563
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1576
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));
1886
.Setup(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()))
1932
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Once());
1944
mockEventBindingService.Verify(s => s.
GetCompatibleMethods
(It.IsAny<EventDescriptor>()), Times.Exactly(2));