1 write to _shapeable
PresentationCore (1)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
330
_shapeable
= shapeable;
5 references to _shapeable
PresentationCore (5)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
400
if (!
_shapeable
.IsShapingRequired)
402
return
_shapeable
.ComputeUnshapedGlyphRun(
409
return
_shapeable
.ComputeShapedGlyphRun(
423
get { return
_shapeable
.Properties.ForegroundBrush; }
428
get { return
_shapeable
.Properties.BackgroundBrush; }