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); 234get { return _callbacks.Owner; } 236set { _callbacks.Owner = value; } 249get { return _callbacks.Exception; } 251set { _callbacks.Exception = value; } 260_callbacks.EmptyBoundingBox(); 269get { return _callbacks.BoundingBox; } 278_callbacks.ClearIndexedGlyphRuns(); 287get { return _callbacks.IndexedGlyphRuns; }