1 write to wchUndef
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
64contextInfo.wchUndef = '\u0001';
12 references to wchUndef
PresentationCore (12)
System\Windows\Media\textformatting\TextFormatterContext.cs (12)
66contextInfo.wchPosTab = contextInfo.wchUndef; 68contextInfo.wchEndPara2 = contextInfo.wchUndef; 90contextInfo.wchVisiPosTab = contextInfo.wchUndef; 99contextInfo.wchAltEndPara = contextInfo.wchUndef; 101contextInfo.wchSectionBreak = contextInfo.wchUndef; 103contextInfo.wchNoBreak = contextInfo.wchUndef; 104contextInfo.wchColumnBreak = contextInfo.wchUndef; 105contextInfo.wchPageBreak = contextInfo.wchUndef; 106contextInfo.wchOptBreak = contextInfo.wchUndef; 107contextInfo.wchToReplace = contextInfo.wchUndef; 108contextInfo.wchReplace = contextInfo.wchUndef; 457dict.Remove(contextInfo.wchUndef);