7 instantiations of MyTypeDescriptorContext
System.Drawing.Common.Tests (7)
System\Drawing\Printing\MarginsConverterTests.cs (7)
19
for (MyTypeDescriptorContext context =
new
(); context is not null; context = null)
34
for (MyTypeDescriptorContext context =
new
(); context is not null; context = null)
47
MyTypeDescriptorContext context =
new
();
75
Assert.True(mc.GetCreateInstanceSupported(new
MyTypeDescriptorContext
()));
85
for (MyTypeDescriptorContext context =
new
(); context is not null; context = null)
107
for (MyTypeDescriptorContext context =
new
(); context is not null; context = null)
126
for (MyTypeDescriptorContext context =
new
(); context is not null; context = null)
6 references to MyTypeDescriptorContext
System.Drawing.Common.Tests (6)
System\Drawing\Printing\MarginsConverterTests.cs (6)
19
for (
MyTypeDescriptorContext
context = new(); context is not null; context = null)
34
for (
MyTypeDescriptorContext
context = new(); context is not null; context = null)
47
MyTypeDescriptorContext
context = new();
85
for (
MyTypeDescriptorContext
context = new(); context is not null; context = null)
107
for (
MyTypeDescriptorContext
context = new(); context is not null; context = null)
126
for (
MyTypeDescriptorContext
context = new(); context is not null; context = null)