3 overrides of LookupIsAmbient
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownMember.cs (1)
205
protected override bool
LookupIsAmbient
()
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
139
protected sealed override bool
LookupIsAmbient
()
System.Xaml.Tests (1)
System\Xaml\XamlMemberTests.Mocks.cs (1)
120
protected override bool
LookupIsAmbient
()
3 references to LookupIsAmbient
System.Xaml (1)
System\Xaml\XamlMember.cs (1)
966
result =
LookupIsAmbient
();
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.Mocks.cs (2)
44
public bool LookupIsAmbientEntry() =>
LookupIsAmbient
();
122
return LookupIsAmbientResult.Or(base.
LookupIsAmbient
);