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