1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
74
_shapeTypeface
= shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
136
Invariant.Assert(
_shapeTypeface
!= null);
140
Invariant.Assert(
_shapeTypeface
.DeviceFont == null || _textItem.DigitCulture != null);
169
_shapeTypeface
.GlyphTypeface,
191
if (
_shapeTypeface
== null)
207
glyphTypeface =
_shapeTypeface
.GlyphTypeface;
244
(
_shapeTypeface
== null ||
_shapeTypeface
.DeviceFont == null) ? null :
_shapeTypeface
.DeviceFont.Name,
297
if ( (
_shapeTypeface
!= null)
298
&& (
_shapeTypeface
.DeviceFont != null))
301
_shapeTypeface
.DeviceFont.GetAdvanceWidths(
329
GlyphTypeface glyphTypeface =
_shapeTypeface
.GlyphTypeface;
416
_shapeTypeface
.Equals(charShape.
_shapeTypeface
)
450
(
_shapeTypeface
!= null) // Can't use shaping without a shape typeface
451
&& ( (
_shapeTypeface
.DeviceFont == null) // Can't use shaping when rendering with a device font
564
if (
_shapeTypeface
!= null)
565
return
_shapeTypeface
.GlyphTypeface.Symbol;
575
if (
_shapeTypeface
!= null)
576
return
_shapeTypeface
.GlyphTypeface;