14 references to Value
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1216CharacterBufferRange charRange = textSpan.Value.CharacterBufferRange; 2635CultureSpecificCharacterBufferRange charString = textSpan.Value;
PresentationFramework (12)
MS\Internal\Documents\TextBoxLine.cs (1)
385return (((TextSpan<TextRun>)runs[runs.Count - 1]).Value is TextEndOfParagraph);
MS\Internal\PtsHost\Line.cs (7)
308TextRun run = (TextRun)textSpan.Value; 416TextRun run = (TextRun)textSpan.Value; 703if (textSpan.Value is TextCharacters) 724if (span.Value is TextCharacters) 871return (((TextSpan<TextRun>)_runs[_runs.Count-1]).Value is ParagraphBreakRun); 947TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).Value as TextRun; 979if (textSpan.Value is InlineObjectRun)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
206TextRun run = textSpan.Value;
MS\Internal\Text\ComplexLine.cs (2)
166TextRun run = textSpan.Value; 238if (textSpan.Value is InlineObject)
MS\Internal\Text\Line.cs (1)
426return (((TextSpan<TextRun>)runs[runs.Count-1]).Value is TextEndOfParagraph);