5 references to GetRunType
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
205
switch (TextRunInfo.
GetRunType
(textRun))
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
129
Plsrun plsrun = TextRunInfo.
GetRunType
(textRun);
217
if (TextRunInfo.
GetRunType
(textRun) == Plsrun.Text)
306
if ( TextRunInfo.
GetRunType
(run) == Plsrun.Text
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
435
Plsrun runType = TextRunInfo.
GetRunType
(textRun);