1 write to _shapeable
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
349
_shapeable
= shapeable;
5 references to _shapeable
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (5)
420
if (!
_shapeable
.IsShapingRequired)
422
return
_shapeable
.ComputeUnshapedGlyphRun(
429
return
_shapeable
.ComputeShapedGlyphRun(
443
get { return
_shapeable
.Properties.ForegroundBrush; }
448
get { return
_shapeable
.Properties.BackgroundBrush; }