1 write to _shapeTypeface
PresentationCore (1)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
66
_shapeTypeface
= shapeTypeface;
20 references to _shapeTypeface
PresentationCore (20)
MS\Internal\TextFormatting\TextShapeableCharacters.cs (20)
128
Invariant.Assert(
_shapeTypeface
!= null);
132
Invariant.Assert(
_shapeTypeface
.DeviceFont == null || _textItem.DigitCulture != null);
161
_shapeTypeface
.GlyphTypeface,
183
if (
_shapeTypeface
== null)
199
glyphTypeface =
_shapeTypeface
.GlyphTypeface;
236
(
_shapeTypeface
== null ||
_shapeTypeface
.DeviceFont == null) ? null :
_shapeTypeface
.DeviceFont.Name,
289
if ( (
_shapeTypeface
!= null)
290
&& (
_shapeTypeface
.DeviceFont != null))
293
_shapeTypeface
.DeviceFont.GetAdvanceWidths(
321
GlyphTypeface glyphTypeface =
_shapeTypeface
.GlyphTypeface;
408
_shapeTypeface
.Equals(charShape.
_shapeTypeface
)
442
(
_shapeTypeface
!= null) // Can't use shaping without a shape typeface
443
&& ( (
_shapeTypeface
.DeviceFont == null) // Can't use shaping when rendering with a device font
556
if (
_shapeTypeface
!= null)
557
return
_shapeTypeface
.GlyphTypeface.Symbol;
567
if (
_shapeTypeface
!= null)
568
return
_shapeTypeface
.GlyphTypeface;