11 references to UnicodeString
PresentationFramework (11)
System\Windows\Documents\FixedSOMElement.cs (1)
78if (glyphs.UnicodeString.Length > 0)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
404string s = glyphs.UnicodeString;
System\Windows\Documents\FixedSOMTextRun.cs (2)
97if (String.IsNullOrEmpty(glyphs.UnicodeString) || 148String s = glyphs.UnicodeString;
System\Windows\Documents\FixedTextView.cs (5)
454int characterCount = (g.UnicodeString == null ? 0 : g.UnicodeString.Length); 615lastIndex = ((Glyphs)element).UnicodeString.Length; 1009else if (g.UnicodeString != null) 1011charCount = g.UnicodeString.Length;
System\Windows\Documents\Glyphs.cs (2)
314if (String.IsNullOrEmpty(UnicodeString) && String.IsNullOrEmpty(Indices)) 326glyphRunProperties.unicodeString = UnicodeString;