13 references to IsContent
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2003
if(TextStore.
IsContent
(plsrun))
2769
TextStore.
IsContent
(plsrun) ?
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
192
Debug.Assert(TextStore.
IsContent
(plsrun), "Unrecognizable run!");
644
} while (!TextStore.
IsContent
(plsrun));
693
!TextStore.
IsContent
(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject,
757
!TextStore.
IsContent
(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject,
950
if (!TextStore.
IsContent
(plsrun))
1015
if (!TextStore.
IsContent
(plsrun))
1523
if ( !TextStore.
IsContent
(plsrunFirst)
1524
|| !TextStore.
IsContent
(plsrunSecond))
1792
Debug.Assert(TextStore.
IsContent
(plsrun) && lsruns[i] != null);
1828
Debug.Assert(TextStore.
IsContent
(plsrun) && lsrun.Shapeable != null);
MS\Internal\TextFormatting\TextStore.cs (1)
1841
IsContent
(plsrun) ?