2 references to IAddChildInternal
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (1)
484return (KnownTypes.Types[(int)KnownElements.IAddChildInternal].IsAssignableFrom( parentObjectType ));
Framework\System\Windows\Markup\KnownTypes.cs (1)
5468case KnownElements.IAddChildInternal: t = _asmCore.GetType("System.Windows.Markup.IAddChildInternal"); break;