1 write to _pfnDrawStrikethrough
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3311
_pfnDrawStrikethrough
= new DrawStrikethrough(this.DrawStrikethrough);
1 reference to _pfnDrawStrikethrough
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3342
contextInfo.pfnDrawStrikethrough =
_pfnDrawStrikethrough
;