1 override of IsShapingRequired
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
437
internal sealed override bool
IsShapingRequired
3 references to IsShapingRequired
PresentationCore (3)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
96
if (current.
IsShapingRequired
)
400
if (!_shapeable.
IsShapingRequired
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
168
&& lsrun.Shapeable.
IsShapingRequired
)