2 references to IsEmpty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (2)
159if (!row.IsEmpty) 192if (row != null && row.IsEmpty && row.BoundingRect.Height < _minRowHeight)