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