2 writes to _topPadding
PresentationCore (2)
System\Windows\Media\Effects\ShaderEffect.cs (2)
49_topPadding = value; 1051_topPadding = effect._topPadding;
3 references to _topPadding
PresentationCore (3)
System\Windows\Media\Effects\ShaderEffect.cs (3)
38return _topPadding; 570data.TopPadding = _topPadding; 1051_topPadding = effect._topPadding;