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