47 implementations of Container
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TypeContext.cs (1)
102public IContainer Container
PresentationCore.Tests (3)
System\Windows\Input\Command\KeyGestureConverter.Tests.cs (1)
220public IContainer? Container => throw new NotImplementedException();
System\Windows\Input\Command\MouseGestureConverter.Tests.cs (1)
208public IContainer? Container => throw new NotImplementedException();
System\Windows\Input\MouseActionConverter.Tests.cs (1)
188public IContainer? Container => throw new NotImplementedException();
PresentationFramework (9)
MS\Internal\Data\DefaultValueConverter.cs (1)
791public IContainer Container { get { return null; } }
System\Windows\Controls\ContentPresenter.cs (1)
1147IContainer ITypeDescriptorContext.Container { get { return null; } }
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
148System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext.Container
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
85IContainer ITypeDescriptorContext.Container
System\Windows\Markup\Baml2006\TypeConverterMarkupExtension.cs (1)
49IContainer ITypeDescriptorContext.Container
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1202public IContainer Container
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1474public IContainer Container
System\Windows\Markup\TypeContext.cs (1)
102public IContainer Container
System\Windows\TemplateContent.cs (1)
1491IContainer ITypeDescriptorContext.Container
ReachFramework (1)
Serialization\Manager\XpsTokenContext.cs (1)
102Container
System.Drawing.Common.Tests (1)
System\Drawing\Printing\MarginsConverterTests.cs (1)
150public IContainer Container => null;
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
176public virtual IContainer? Container => Component?.Site?.Container;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.TypeDescriptorContext.cs (1)
21public IContainer? Container => _serviceProvider.GetService<IContainer>();
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
68IContainer ITypeDescriptorContext.Container
System\Windows\Forms\Design\EditorServiceContext.cs (1)
76IContainer? ITypeDescriptorContext.Container => _designer.Component.Site?.Container;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataMemberFieldConverterTests.cs (1)
53public IContainer Container => null;
System.Xaml (2)
System\Xaml\Context\ServiceProviderContext.cs (1)
97IContainer ITypeDescriptorContext.Container
System\Xaml\XamlObjectReader.cs (1)
2819public IContainer Container
System.Xaml.Tests (8)
System\Windows\Markup\NameReferenceConverterTests.cs (1)
197public IContainer Container => throw new NotImplementedException();
System\Windows\Markup\ValueSerializerTests.cs (1)
445public IContainer Container => throw new NotImplementedException();
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
44public IContainer Container => throw new NotImplementedException();
System\Xaml\Replacements\EventConverterTests.cs (1)
194public IContainer Container => throw new NotImplementedException();
System\Xaml\Replacements\TypeListConverterTests.cs (1)
86public IContainer Container => throw new NotImplementedException();
System\Xaml\Replacements\TypeTypeConverterTests.cs (1)
284public IContainer Container => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeNameTests.cs (1)
470public IContainer Container => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (1)
282public IContainer Container => throw new NotImplementedException();
WindowsBase.Tests (17)
System\Windows\Converters\Int32RectValueSerializerTests.cs (1)
110public IContainer Container => throw new NotImplementedException();
System\Windows\Converters\PointValueSerializerTests.cs (1)
110public IContainer Container => throw new NotImplementedException();
System\Windows\Converters\RectValueSerializerTests.cs (1)
119public IContainer Container => throw new NotImplementedException();
System\Windows\Converters\SizeValueSerializerTests.cs (1)
119public IContainer Container => throw new NotImplementedException();
System\Windows\Converters\VectorValueSerializerTests.cs (1)
110public IContainer Container => throw new NotImplementedException();
System\Windows\ExpressionConverterTests.cs (1)
110public IContainer Container => throw new NotImplementedException();
System\Windows\Input\KeyConverterTests.cs (1)
425public IContainer Container => throw new NotImplementedException();
System\Windows\Input\KeyValueSerializerTests.cs (1)
127public IContainer Container => throw new NotImplementedException();
System\Windows\Input\ModifierKeysConverterTests.cs (1)
299public IContainer Container => throw new NotImplementedException();
System\Windows\Input\ModifierKeysValueSerializerTests.cs (1)
122public IContainer Container => throw new NotImplementedException();
System\Windows\Int32RectConverterTests.cs (1)
175public IContainer Container => throw new NotImplementedException();
System\Windows\Media\Converters\MatrixValueSerializerTests.cs (1)
110public IContainer Container => throw new NotImplementedException();
System\Windows\Media\MatrixConverterTests.cs (1)
175public IContainer Container => throw new NotImplementedException();
System\Windows\PointConverterTests.cs (1)
175public IContainer Container => throw new NotImplementedException();
System\Windows\RectConverterTests.cs (1)
185public IContainer Container => throw new NotImplementedException();
System\Windows\SizeConverterTests.cs (1)
185public IContainer Container => throw new NotImplementedException();
System\Windows\VectorConverterTests.cs (1)
175public IContainer Container => throw new NotImplementedException();
4 references to Container
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1207return _baseContext.Container;
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReferenceConverter.cs (2)
64IContainer? cont = context.Container; 150IContainer? cont = context.Container;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
591container = _context.Container;