15 references to NotImplementedByDesign
System.Windows.Forms.Design (13)
System\ComponentModel\Design\ComponentDesigner.cs (1)
132=> throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\AxImporter.cs (1)
13throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (11)
20public Control Control => throw new NotImplementedException(SR.NotImplementedByDesign); 27get => throw new NotImplementedException(SR.NotImplementedByDesign); 28set => throw new NotImplementedException(SR.NotImplementedByDesign); 36get => throw new NotImplementedException(SR.NotImplementedByDesign); 37set => throw new NotImplementedException(SR.NotImplementedByDesign); 42get => throw new NotImplementedException(SR.NotImplementedByDesign); 72throw new NotImplementedException(SR.NotImplementedByDesign); 85throw new NotImplementedException(SR.NotImplementedByDesign); 119throw new NotImplementedException(SR.NotImplementedByDesign); 129throw new NotImplementedException(SR.NotImplementedByDesign); 140throw new NotImplementedException(SR.NotImplementedByDesign);
System.Windows.Forms.Design.Tests (2)
ControlDesignerTests.cs (1)
363action.Should().Throw<NotImplementedException>(SR.NotImplementedByDesign);
System\Windows\Forms\Design\AxImporterTests.cs (1)
18.WithMessage(SR.NotImplementedByDesign);