1 override of IsShapingRequired
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
436
internal sealed override bool
IsShapingRequired
3 references to IsShapingRequired
PresentationCore (3)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
95
if (current.
IsShapingRequired
)
399
if (!_shapeable.
IsShapingRequired
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
167
&& lsrun.Shapeable.
IsShapingRequired
)