11 references to UnicodeString
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
82if (glyphs.UnicodeString.Length > 0)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
413string s = glyphs.UnicodeString;
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
103if (String.IsNullOrEmpty(glyphs.UnicodeString) || 154String s = glyphs.UnicodeString;
src\Framework\System\Windows\Documents\FixedTextView.cs (5)
463int characterCount = (g.UnicodeString == null ? 0 : g.UnicodeString.Length); 624lastIndex = ((Glyphs)element).UnicodeString.Length; 1021else if (g.UnicodeString != null) 1023charCount = g.UnicodeString.Length;
src\Framework\System\Windows\Documents\Glyphs.cs (2)
333if (String.IsNullOrEmpty(UnicodeString) && String.IsNullOrEmpty(Indices)) 345glyphRunProperties.unicodeString = UnicodeString;