1 write to _pfnDrawUnderline
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3505
_pfnDrawUnderline
= new DrawUnderline(this.DrawUnderline);
1 reference to _pfnDrawUnderline
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3541
contextInfo.pfnDrawUnderline =
_pfnDrawUnderline
;