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);
186
get { return
_callbacks
.Owner; }
187
set {
_callbacks
.Owner = value; }
196
get { return
_callbacks
.Exception; }
197
set {
_callbacks
.Exception = value; }
206
_callbacks
.EmptyBoundingBox();
215
get { return
_callbacks
.BoundingBox; }
224
_callbacks
.ClearIndexedGlyphRuns();
233
get { return
_callbacks
.IndexedGlyphRuns; }