1 write to wchUndef
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
105contextInfo.wchUndef = '\u0001';
12 references to wchUndef
PresentationCore (12)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (12)
107contextInfo.wchPosTab = contextInfo.wchUndef; 109contextInfo.wchEndPara2 = contextInfo.wchUndef; 131contextInfo.wchVisiPosTab = contextInfo.wchUndef; 140contextInfo.wchAltEndPara = contextInfo.wchUndef; 142contextInfo.wchSectionBreak = contextInfo.wchUndef; 144contextInfo.wchNoBreak = contextInfo.wchUndef; 145contextInfo.wchColumnBreak = contextInfo.wchUndef; 146contextInfo.wchPageBreak = contextInfo.wchUndef; 147contextInfo.wchOptBreak = contextInfo.wchUndef; 148contextInfo.wchToReplace = contextInfo.wchUndef; 149contextInfo.wchReplace = contextInfo.wchUndef; 552dict.Remove(contextInfo.wchUndef);