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