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