13 references to IsContent
PresentationCore (13)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2039
if(TextStore.
IsContent
(plsrun))
2831
TextStore.
IsContent
(plsrun) ?
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
211
Debug.Assert(TextStore.
IsContent
(plsrun), "Unrecognizable run!");
693
} while (!TextStore.
IsContent
(plsrun));
746
!TextStore.
IsContent
(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject,
814
!TextStore.
IsContent
(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject,
1024
if (!TextStore.
IsContent
(plsrun))
1094
if (!TextStore.
IsContent
(plsrun))
1623
if ( !TextStore.
IsContent
(plsrunFirst)
1624
|| !TextStore.
IsContent
(plsrunSecond))
1904
Debug.Assert(TextStore.
IsContent
(plsrun) && lsruns[i] != null);
1945
Debug.Assert(TextStore.
IsContent
(plsrun) && lsrun.Shapeable != null);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
1849
IsContent
(plsrun) ?