4 references to Ambient
System.Xaml (4)
System\Xaml\XamlType.cs (4)
186
public bool IsAmbient { get { return GetFlag(BoolTypeBits.
Ambient
); } }
1141
return _reflector.GetFlag(BoolTypeBits.
Ambient
).Value;
1143
return GetDefaultFlag(BoolTypeBits.
Ambient
);
1656
case BoolTypeBits.
Ambient
: