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