3 references to FreeCapacity
PresentationFramework (3)
System\Windows\Documents\TextTreeText.cs (3)
301count = Math.Min(rightBlock.FreeCapacity, length - textOffset); 343count = Math.Min(neighborBlock.FreeCapacity, textEndOffset - textOffset); 357count = Math.Min(rightBlock.FreeCapacity, textEndOffset - textOffset);