3 overrides of GetCharacterPointer
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (3)
203public override unsafe char* GetCharacterPointer() 302public override unsafe char* GetCharacterPointer() 417public override unsafe char* GetCharacterPointer()
1 reference to GetCharacterPointer
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
96pwchText = lsrun.CharacterBuffer.GetCharacterPointer();