1 override of LookupIsAmbient
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
101
protected override bool
LookupIsAmbient
()
3 references to LookupIsAmbient
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1780
bit =
LookupIsAmbient
();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
103
return LookupIsAmbientResult.Or(base.
LookupIsAmbient
);
Common\SubXamlType.cs (1)
47
public bool LookupIsAmbientEntry() =>
LookupIsAmbient
();