2 overrides of HasFixedSize
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
145
public override bool
HasFixedSize
MS\Internal\Text\InlineObject.cs (1)
143
public override bool
HasFixedSize
1 reference to HasFixedSize
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2386
fPenPositionUsed = (!textObject.
HasFixedSize
) ? 1 : 0;