1 write to _callbacks
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
74_callbacks = new LineServicesCallbacks();
9 references to _callbacks
PresentationCore (9)
System\Windows\Media\textformatting\TextFormatterContext.cs (9)
75_callbacks.PopulateContextInfo(ref contextInfo, ref lscbkRedef); 212get { return _callbacks.Owner; } 213set { _callbacks.Owner = value; } 222get { return _callbacks.Exception; } 223set { _callbacks.Exception = value; } 232_callbacks.EmptyBoundingBox(); 241get { return _callbacks.BoundingBox; } 250_callbacks.ClearIndexedGlyphRuns(); 259get { return _callbacks.IndexedGlyphRuns; }