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