4 references to Default
PresentationCore (4)
Core\CSharp\MS\Internal\Span.cs (1)
611
get { return _spanPosition.Index >= _spans.Count ? _spans.
Default
: _spans[_spanPosition.Index].element; }
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
97
_textRunVector.
Default
,
169
if (textRunSpanRider.CurrentElement != _textRunVector.
Default
)
176
_textRunVector.
Default
,