19 references to Characters
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
57_characters = glyphRun.Characters;
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\Line.cs (6)
719cchGlyphRuns -= (glyphRun.Characters == null ? 0 : glyphRun.Characters.Count); 734int characterCount = (run.Characters == null ? 0 : run.Characters.Count); 1100cchGlyphRuns += (glyphRun.Characters == null ? 0 : glyphRun.Characters.Count);
src\Framework\System\Windows\Documents\FixedHighlight.cs (2)
144int chrct = (run.Characters == null ? 0 : run.Characters.Count);
src\Framework\System\Windows\Documents\FixedSOMElement.cs (2)
95endIndex = glyphRun.Characters == null ? 0 : glyphRun.Characters.Count;
src\Framework\System\Windows\Documents\FixedTextView.cs (6)
536int characterCount = (run.Characters == null) ? 0 : run.Characters.Count; 993int characterCount = (run.Characters == null) ? 0 : run.Characters.Count; 1017if (run.Characters != null) 1019charCount = run.Characters.Count;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
578int characterCount = (run.Characters == null) ? 0 : run.Characters.Count;