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