2 writes to _rowSpan
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (2)
453_rowSpan = 1; 495set {_rowSpan = value; }
1 reference to _rowSpan
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
494get { return _rowSpan; }