11 references to BitmapEffectStateField
PresentationCore (11)
System\Windows\Media\Visual.cs (11)
560
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2069
Debug.Assert(
BitmapEffectStateField
.GetValue(this) != null);
2197
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3242
return
BitmapEffectStateField
.GetValue(this).BitmapEffect;
3252
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3266
BitmapEffectStateField
.SetValue(this, null);
3273
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
3293
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3303
BitmapEffectState bitmapEffectState =
BitmapEffectStateField
.GetValue(this);
3316
BitmapEffectStateField
.SetValue(this, bitmapEffectState);
5274
BitmapEffectStateField
.GetValue(this) != null;