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