2 overrides of LookupIsUnknown
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
137
protected override bool
LookupIsUnknown
()
System\Xaml\XamlTypeTests.cs (1)
5178
protected override bool
LookupIsUnknown
() => false;
3 references to LookupIsUnknown
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1488
bool isUnknown =
LookupIsUnknown
();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
139
return LookupIsUnknownResult.Or(base.
LookupIsUnknown
);
Common\SubXamlType.cs (1)
59
public bool LookupIsUnknownEntry() =>
LookupIsUnknown
();