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