1 write to _pfnDrawUnderline
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3310_pfnDrawUnderline = new DrawUnderline(this.DrawUnderline);
1 reference to _pfnDrawUnderline
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3341contextInfo.pfnDrawUnderline = _pfnDrawUnderline;