4 instantiations of BitmapEffectState
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
3045
bed = new
BitmapEffectState
();
3134
bed = new
BitmapEffectState
();
3275
bitmapEffectState = new
BitmapEffectState
();
3318
bitmapEffectState = new
BitmapEffectState
();
14 references to BitmapEffectState
PresentationCore (14)
System\Windows\Media\Visual.cs (14)
2200
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
2873
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
2981
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3002
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3080
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3101
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3163
BitmapEffectState
bed = UserProvidedBitmapEffectData.GetValue(this);
3255
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
3296
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
3306
BitmapEffectState
bitmapEffectState = BitmapEffectStateField.GetValue(this);
5298
internal static readonly UncommonField<
BitmapEffectState
> BitmapEffectStateField = new UncommonField<
BitmapEffectState
>();
5360
private static readonly UncommonField<
BitmapEffectState
> UserProvidedBitmapEffectData = new UncommonField<
BitmapEffectState
>();