14 references to Value
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1201
CharacterBufferRange charRange = textSpan.
Value
.CharacterBufferRange;
2620
CultureSpecificCharacterBufferRange charString = textSpan.
Value
;
PresentationFramework (12)
MS\Internal\Documents\TextBoxLine.cs (1)
378
return (((TextSpan<TextRun>)runs[runs.Count - 1]).
Value
is TextEndOfParagraph);
MS\Internal\PtsHost\Line.cs (7)
302
TextRun run = (TextRun)textSpan.
Value
;
410
TextRun run = (TextRun)textSpan.
Value
;
697
if (textSpan.
Value
is TextCharacters)
718
if (span.
Value
is TextCharacters)
865
return (((TextSpan<TextRun>)_runs[_runs.Count-1]).
Value
is ParagraphBreakRun);
941
TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).
Value
as TextRun;
973
if (textSpan.
Value
is InlineObjectRun)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
199
TextRun run = textSpan.
Value
;
MS\Internal\Text\ComplexLine.cs (2)
161
TextRun run = textSpan.
Value
;
233
if (textSpan.
Value
is InlineObject)
MS\Internal\Text\Line.cs (1)
419
return (((TextSpan<TextRun>)runs[runs.Count-1]).
Value
is TextEndOfParagraph);