11 references to BitmapEffectStateField
PresentationCore (11)
Core\CSharp\System\Windows\Media\Visual.cs (11)
584
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2107
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2235
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3291
return
BitmapEffectStateField
.GetValue(this).BitmapEffect;
3301
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3315
BitmapEffectStateField
.SetValue(this, null);
3322
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
3342
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3352
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3365
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
5346
BitmapEffectStateField
.GetValue(this) != null;