11 references to BitmapEffectStateField
PresentationCore (11)
System\Windows\Media\Visual.cs (11)
561
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2072
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2200
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3245
return
BitmapEffectStateField
.GetValue(this).BitmapEffect;
3255
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3269
BitmapEffectStateField
.SetValue(this, null);
3276
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
3296
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3306
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3319
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
5277
BitmapEffectStateField
.GetValue(this) != null;