13 references to IsContent
PresentationCore (13)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2039if(TextStore.IsContent(plsrun)) 2831TextStore.IsContent(plsrun) ?
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
211Debug.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, 1024if (!TextStore.IsContent(plsrun)) 1094if (!TextStore.IsContent(plsrun)) 1623if ( !TextStore.IsContent(plsrunFirst) 1624|| !TextStore.IsContent(plsrunSecond)) 1904Debug.Assert(TextStore.IsContent(plsrun) && lsruns[i] != null); 1945Debug.Assert(TextStore.IsContent(plsrun) && lsrun.Shapeable != null);
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
1849IsContent(plsrun) ?