2 references to IAddChildInternal
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
484return (KnownTypes.Types[(int)KnownElements.IAddChildInternal].IsAssignableFrom( parentObjectType ));
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5819case KnownElements.IAddChildInternal: t = typeof(System.Windows.Markup.IAddChildInternal); break;