1 override of IsShapingRequired
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
453
internal sealed override bool
IsShapingRequired
3 references to IsShapingRequired
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
113
if (current.
IsShapingRequired
)
420
if (!_shapeable.
IsShapingRequired
)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
217
&& lsrun.Shapeable.
IsShapingRequired
)