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