4 references to Ambient
System.Xaml (4)
System\Xaml\XamlType.cs (4)
191
public bool IsAmbient { get { return GetFlag(BoolTypeBits.
Ambient
); } }
1224
return _reflector.GetFlag(BoolTypeBits.
Ambient
).Value;
1227
return GetDefaultFlag(BoolTypeBits.
Ambient
);
1779
case BoolTypeBits.
Ambient
: