4 instantiations of BitmapEffectState
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
3042
bed = new
BitmapEffectState
();
3131
bed = new
BitmapEffectState
();
3272
bitmapEffectState = new
BitmapEffectState
();
3315
bitmapEffectState = new
BitmapEffectState
();
14 references to BitmapEffectState
PresentationCore (14)
System\Windows\Media\Visual.cs (14)
2197
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
2870
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
2978
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
2999
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3077
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3098
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3160
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3252
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
3293
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
3303
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
5289
internal static readonly UncommonField<
BitmapEffectState
> BitmapEffectStateField = new UncommonField<
BitmapEffectState
>();
5351
private static readonly UncommonField<
BitmapEffectState
> UserProvidedBitmapEffectData = new UncommonField<
BitmapEffectState
>();