1 write to wchUndef
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
65contextInfo.wchUndef = '\u0001';
12 references to wchUndef
PresentationCore (12)
System\Windows\Media\textformatting\TextFormatterContext.cs (12)
67contextInfo.wchPosTab = contextInfo.wchUndef; 69contextInfo.wchEndPara2 = contextInfo.wchUndef; 91contextInfo.wchVisiPosTab = contextInfo.wchUndef; 100contextInfo.wchAltEndPara = contextInfo.wchUndef; 102contextInfo.wchSectionBreak = contextInfo.wchUndef; 104contextInfo.wchNoBreak = contextInfo.wchUndef; 105contextInfo.wchColumnBreak = contextInfo.wchUndef; 106contextInfo.wchPageBreak = contextInfo.wchUndef; 107contextInfo.wchOptBreak = contextInfo.wchUndef; 108contextInfo.wchToReplace = contextInfo.wchUndef; 109contextInfo.wchReplace = contextInfo.wchUndef; 458dict.Remove(contextInfo.wchUndef);