2 writes to _bottomPadding
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (2)
91_bottomPadding = value; 1093_bottomPadding = effect._bottomPadding;
3 references to _bottomPadding
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (3)
80return _bottomPadding; 596data.BottomPadding = _bottomPadding; 1093_bottomPadding = effect._bottomPadding;