11 references to UnicodeString
PresentationFramework (11)
System\Windows\Documents\FixedSOMElement.cs (1)
74if (glyphs.UnicodeString.Length > 0)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
400string s = glyphs.UnicodeString;
System\Windows\Documents\FixedSOMTextRun.cs (2)
92if (String.IsNullOrEmpty(glyphs.UnicodeString) || 145String s = glyphs.UnicodeString;
System\Windows\Documents\FixedTextView.cs (5)
441int characterCount = (g.UnicodeString == null ? 0 : g.UnicodeString.Length); 601lastIndex = ((Glyphs)element).UnicodeString.Length; 992else if (g.UnicodeString != null) 994charCount = g.UnicodeString.Length;
System\Windows\Documents\Glyphs.cs (2)
299if (String.IsNullOrEmpty(UnicodeString) && String.IsNullOrEmpty(Indices)) 311glyphRunProperties.unicodeString = UnicodeString;