2 overrides of LookupCollectionKind
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
479protected override XamlCollectionKind LookupCollectionKind()
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
58protected override XamlCollectionKind LookupCollectionKind()
4 references to LookupCollectionKind
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
512return base.LookupCollectionKind();
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1516_reflector.CollectionKind = LookupCollectionKind();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
60return LookupCollectionKindResult.Or(base.LookupCollectionKind);
Common\SubXamlType.cs (1)
33public XamlCollectionKind LookupCollectionKindEntry() => LookupCollectionKind();