11 references to BitmapEffectStateField
PresentationCore (11)
System\Windows\Media\Visual.cs (11)
577
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2088
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2216
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3261
return
BitmapEffectStateField
.GetValue(this).BitmapEffect;
3271
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3285
BitmapEffectStateField
.SetValue(this, null);
3292
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
3312
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3322
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3335
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
5299
BitmapEffectStateField
.GetValue(this) != null;