1 override of HasExtendedCharacter
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
482
internal sealed override bool
HasExtendedCharacter
1 reference to HasExtendedCharacter
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
239
return _shapeable != null && _shapeable.
HasExtendedCharacter
;