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