1 write to _shapeable
PresentationCore (1)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
338
_shapeable
= shapeable;
5 references to _shapeable
PresentationCore (5)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
408
if (!
_shapeable
.IsShapingRequired)
410
return
_shapeable
.ComputeUnshapedGlyphRun(
417
return
_shapeable
.ComputeShapedGlyphRun(
431
get { return
_shapeable
.Properties.ForegroundBrush; }
436
get { return
_shapeable
.Properties.BackgroundBrush; }