11 references to UnicodeString
PresentationFramework (11)
System\Windows\Documents\FixedSOMElement.cs (1)
75if (glyphs.UnicodeString.Length > 0)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
399string s = glyphs.UnicodeString;
System\Windows\Documents\FixedSOMTextRun.cs (2)
93if (String.IsNullOrEmpty(glyphs.UnicodeString) || 144String s = glyphs.UnicodeString;
System\Windows\Documents\FixedTextView.cs (5)
446int characterCount = (g.UnicodeString == null ? 0 : g.UnicodeString.Length); 607lastIndex = ((Glyphs)element).UnicodeString.Length; 1001else if (g.UnicodeString != null) 1003charCount = g.UnicodeString.Length;
System\Windows\Documents\Glyphs.cs (2)
301if (String.IsNullOrEmpty(UnicodeString) && String.IsNullOrEmpty(Indices)) 313glyphRunProperties.unicodeString = UnicodeString;