3 references to FreeCapacity
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextTreeText.cs (3)
306count = Math.Min(rightBlock.FreeCapacity, length - textOffset); 348count = Math.Min(neighborBlock.FreeCapacity, textEndOffset - textOffset); 362count = Math.Min(rightBlock.FreeCapacity, textEndOffset - textOffset);