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