3 overrides of LookupIsUnknown
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
246protected override bool LookupIsUnknown()
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
159protected sealed override bool LookupIsUnknown()
System.Xaml.Tests (1)
System\Xaml\XamlMemberTests.Mocks.cs (1)
144protected override bool LookupIsUnknown()
3 references to LookupIsUnknown
System.Xaml (1)
System\Xaml\XamlMember.cs (1)
901bool isUnknown = LookupIsUnknown();
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.Mocks.cs (2)
52public bool LookupIsUnknownEntry() => LookupIsUnknown(); 146return LookupIsUnknownResult.Or(base.LookupIsUnknown);