14 references to Value
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
1227CharacterBufferRange charRange = textSpan.Value.CharacterBufferRange; 2645CultureSpecificCharacterBufferRange charString = textSpan.Value;
PresentationFramework (12)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
387return (((TextSpan<TextRun>)runs[runs.Count-1]).Value is TextEndOfParagraph);
src\Framework\MS\Internal\PtsHost\Line.cs (7)
311TextRun run = (TextRun)textSpan.Value; 419TextRun run = (TextRun)textSpan.Value; 706if (textSpan.Value is TextCharacters) 727if (span.Value is TextCharacters) 874return (((TextSpan<TextRun>)_runs[_runs.Count-1]).Value is ParagraphBreakRun); 950TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).Value as TextRun; 982if (textSpan.Value is InlineObjectRun)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
210TextRun run = textSpan.Value;
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
169TextRun run = textSpan.Value; 241if (textSpan.Value is InlineObject)
src\Framework\MS\Internal\Text\Line.cs (1)
429return (((TextSpan<TextRun>)runs[runs.Count-1]).Value is TextEndOfParagraph);