1 write to wchUndef
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
91contextInfo.wchUndef = '\u0001';
12 references to wchUndef
PresentationCore (12)
System\Windows\Media\textformatting\TextFormatterContext.cs (12)
93contextInfo.wchPosTab = contextInfo.wchUndef; 95contextInfo.wchEndPara2 = contextInfo.wchUndef; 117contextInfo.wchVisiPosTab = contextInfo.wchUndef; 126contextInfo.wchAltEndPara = contextInfo.wchUndef; 128contextInfo.wchSectionBreak = contextInfo.wchUndef; 130contextInfo.wchNoBreak = contextInfo.wchUndef; 131contextInfo.wchColumnBreak = contextInfo.wchUndef; 132contextInfo.wchPageBreak = contextInfo.wchUndef; 133contextInfo.wchOptBreak = contextInfo.wchUndef; 134contextInfo.wchToReplace = contextInfo.wchUndef; 135contextInfo.wchReplace = contextInfo.wchUndef; 484dict.Remove(contextInfo.wchUndef);