1 write to _callbacks
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
88
_callbacks
= new LineServicesCallbacks();
9 references to _callbacks
PresentationCore (9)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (9)
89
_callbacks
.PopulateContextInfo(ref contextInfo, ref lscbkRedef);
234
get { return
_callbacks
.Owner; }
236
set {
_callbacks
.Owner = value; }
249
get { return
_callbacks
.Exception; }
251
set {
_callbacks
.Exception = value; }
260
_callbacks
.EmptyBoundingBox();
269
get { return
_callbacks
.BoundingBox; }
278
_callbacks
.ClearIndexedGlyphRuns();
287
get { return
_callbacks
.IndexedGlyphRuns; }