1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
65
_shapeTypeface
= shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
127
Invariant.Assert(
_shapeTypeface
!= null);
131
Invariant.Assert(
_shapeTypeface
.DeviceFont == null || _textItem.DigitCulture != null);
160
_shapeTypeface
.GlyphTypeface,
182
if (
_shapeTypeface
== null)
198
glyphTypeface =
_shapeTypeface
.GlyphTypeface;
235
(
_shapeTypeface
== null ||
_shapeTypeface
.DeviceFont == null) ? null :
_shapeTypeface
.DeviceFont.Name,
288
if ( (
_shapeTypeface
!= null)
289
&& (
_shapeTypeface
.DeviceFont != null))
292
_shapeTypeface
.DeviceFont.GetAdvanceWidths(
320
GlyphTypeface glyphTypeface =
_shapeTypeface
.GlyphTypeface;
407
_shapeTypeface
.Equals(charShape.
_shapeTypeface
)
441
(
_shapeTypeface
!= null) // Can't use shaping without a shape typeface
442
&& ( (
_shapeTypeface
.DeviceFont == null) // Can't use shaping when rendering with a device font
555
if (
_shapeTypeface
!= null)
556
return
_shapeTypeface
.GlyphTypeface.Symbol;
566
if (
_shapeTypeface
!= null)
567
return
_shapeTypeface
.GlyphTypeface;