2 writes to _bottomPadding
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
75
_bottomPadding
= value;
1051
_bottomPadding
= effect._bottomPadding;
3 references to _bottomPadding
PresentationCore (3)
System\Windows\Media\Effects\ShaderEffect.cs (3)
64
return
_bottomPadding
;
570
data.BottomPadding =
_bottomPadding
;
1051
_bottomPadding = effect.
_bottomPadding
;