1 instantiation of LsContextInfo
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
85
LsContextInfo contextInfo = new
LsContextInfo
();
4 references to LsContextInfo
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (1)
1703
ref
LsContextInfo
contextInfo, // const
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3521
internal void PopulateContextInfo(ref
LsContextInfo
contextInfo, ref LscbkRedefined lscbkRedef)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (2)
85
LsContextInfo
contextInfo = new LsContextInfo();
497
static private void SetSpecialCharacters(ref
LsContextInfo
contextInfo)