1 override of LookupKeyType
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
161protected override XamlType LookupKeyType()
3 references to LookupKeyType
System.Xaml (1)
System\Xaml\XamlType.cs (1)
205_reflector.KeyType = LookupKeyType() ?? XamlLanguage.Object;
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
163return LookupKeyTypeResult.Or(base.LookupKeyType)!;
Common\SubXamlType.cs (1)
67public XamlType LookupKeyTypeEntry() => LookupKeyType();