6 implementations of IAddChildInternal
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (1)
44public class TextBlock : FrameworkElement, IContentHost, IAddChildInternal, IServiceProvider
System\Windows\Data\XmlNamespaceMappingCollection.cs (1)
22public class XmlNamespaceMappingCollection : XmlNamespaceManager, ICollection<XmlNamespaceMapping>, IAddChildInternal
System\Windows\Documents\DocumentSequence.cs (1)
22public class FixedDocumentSequence : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider, IFixedNavigate, IUriContext
System\Windows\Documents\FixedDocument.cs (1)
41public class FixedDocument : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider, IFixedNavigate, IUriContext
System\Windows\Documents\FixedPage.cs (1)
39public sealed class FixedPage : FrameworkElement, IAddChildInternal, IFixedNavigate, IUriContext
System\Windows\Documents\PageContent.cs (1)
34public sealed class PageContent : FrameworkElement, IAddChildInternal, IUriContext
5 references to IAddChildInternal
PresentationCore (1)
System\Windows\Markup\XamlSerializerUtil.cs (1)
36if ( o is IAddChildInternal)
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
368case 275: t = () => typeof(IAddChildInternal); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5662typeof(System.Windows.Markup.IAddChildInternal),
System\Windows\Markup\BamlRecords.cs (1)
452IAddChild iac = obj as IAddChildInternal;
System\Windows\Markup\KnownTypes.cs (1)
5822case KnownElements.IAddChildInternal: t = typeof(System.Windows.Markup.IAddChildInternal); break;