14 references to Value
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
1200
CharacterBufferRange charRange = textSpan.
Value
.CharacterBufferRange;
2619
CultureSpecificCharacterBufferRange charString = textSpan.
Value
;
PresentationFramework (12)
MS\Internal\Documents\TextBoxLine.cs (1)
377
return (((TextSpan<TextRun>)runs[runs.Count - 1]).
Value
is TextEndOfParagraph);
MS\Internal\PtsHost\Line.cs (7)
290
TextRun run = (TextRun)textSpan.
Value
;
398
TextRun run = (TextRun)textSpan.
Value
;
684
if (textSpan.
Value
is TextCharacters)
705
if (span.
Value
is TextCharacters)
852
return (((TextSpan<TextRun>)_runs[_runs.Count-1]).
Value
is ParagraphBreakRun);
928
TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).
Value
as TextRun;
960
if (textSpan.
Value
is InlineObjectRun)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
190
TextRun run = textSpan.
Value
;
MS\Internal\Text\ComplexLine.cs (2)
160
TextRun run = textSpan.
Value
;
232
if (textSpan.
Value
is InlineObject)
MS\Internal\Text\Line.cs (1)
418
return (((TextSpan<TextRun>)runs[runs.Count-1]).
Value
is TextEndOfParagraph);