5 references to GetRunType
PresentationCore (5)
MS\Internal\TextFormatting\FormatSettings.cs (1)
198
switch (TextRunInfo.
GetRunType
(textRun))
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
123
Plsrun plsrun = TextRunInfo.
GetRunType
(textRun);
211
if (TextRunInfo.
GetRunType
(textRun) == Plsrun.Text)
300
if ( TextRunInfo.
GetRunType
(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (1)
429
Plsrun runType = TextRunInfo.
GetRunType
(textRun);