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);
185
get { return
_callbacks
.Owner; }
186
set {
_callbacks
.Owner = value; }
195
get { return
_callbacks
.Exception; }
196
set {
_callbacks
.Exception = value; }
205
_callbacks
.EmptyBoundingBox();
214
get { return
_callbacks
.BoundingBox; }
223
_callbacks
.ClearIndexedGlyphRuns();
232
get { return
_callbacks
.IndexedGlyphRuns; }