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