2 overrides of HasFixedSize
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
151public override bool HasFixedSize
src\Framework\MS\Internal\Text\InlineObject.cs (1)
150public override bool HasFixedSize
1 reference to HasFixedSize
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2571fPenPositionUsed = (!textObject.HasFixedSize) ? 1 : 0;