2 writes to _bottomPadding
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
89
_bottomPadding
= value;
1074
_bottomPadding
= effect._bottomPadding;
3 references to _bottomPadding
PresentationCore (3)
System\Windows\Media\Effects\ShaderEffect.cs (3)
78
return
_bottomPadding
;
587
data.BottomPadding =
_bottomPadding
;
1074
_bottomPadding = effect.
_bottomPadding
;