1 write to _callbacks
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
47_callbacks = new LineServicesCallbacks();
9 references to _callbacks
PresentationCore (9)
System\Windows\Media\textformatting\TextFormatterContext.cs (9)
48_callbacks.PopulateContextInfo(ref contextInfo, ref lscbkRedef); 185get { return _callbacks.Owner; } 186set { _callbacks.Owner = value; } 195get { return _callbacks.Exception; } 196set { _callbacks.Exception = value; } 205_callbacks.EmptyBoundingBox(); 214get { return _callbacks.BoundingBox; } 223_callbacks.ClearIndexedGlyphRuns(); 232get { return _callbacks.IndexedGlyphRuns; }