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