11 references to UnicodeString
PresentationFramework (11)
System\Windows\Documents\FixedSOMElement.cs (1)
75if (glyphs.UnicodeString.Length > 0)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
401string s = glyphs.UnicodeString;
System\Windows\Documents\FixedSOMTextRun.cs (2)
93if (String.IsNullOrEmpty(glyphs.UnicodeString) || 146String s = glyphs.UnicodeString;
System\Windows\Documents\FixedTextView.cs (5)
442int characterCount = (g.UnicodeString == null ? 0 : g.UnicodeString.Length); 602lastIndex = ((Glyphs)element).UnicodeString.Length; 993else if (g.UnicodeString != null) 995charCount = g.UnicodeString.Length;
System\Windows\Documents\Glyphs.cs (2)
300if (String.IsNullOrEmpty(UnicodeString) && String.IsNullOrEmpty(Indices)) 312glyphRunProperties.unicodeString = UnicodeString;