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