4 references to Ambient
System.Xaml (4)
System\Xaml\XamlType.cs (4)
190
public bool IsAmbient { get { return GetFlag(BoolTypeBits.
Ambient
); } }
1223
return _reflector.GetFlag(BoolTypeBits.
Ambient
).Value;
1226
return GetDefaultFlag(BoolTypeBits.
Ambient
);
1777
case BoolTypeBits.
Ambient
: