1 write to _callbacks
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
48_callbacks = new LineServicesCallbacks();
9 references to _callbacks
PresentationCore (9)
System\Windows\Media\textformatting\TextFormatterContext.cs (9)
49_callbacks.PopulateContextInfo(ref contextInfo, ref lscbkRedef); 186get { return _callbacks.Owner; } 187set { _callbacks.Owner = value; } 196get { return _callbacks.Exception; } 197set { _callbacks.Exception = value; } 206_callbacks.EmptyBoundingBox(); 215get { return _callbacks.BoundingBox; } 224_callbacks.ClearIndexedGlyphRuns(); 233get { return _callbacks.IndexedGlyphRuns; }