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