13 references to IsContent
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
1989if(TextStore.IsContent(plsrun)) 2755TextStore.IsContent(plsrun) ?
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
161Debug.Assert(TextStore.IsContent(plsrun), "Unrecognizable run!"); 613} while (!TextStore.IsContent(plsrun)); 664!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 728!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 921if (!TextStore.IsContent(plsrun)) 986if (!TextStore.IsContent(plsrun)) 1494if ( !TextStore.IsContent(plsrunFirst) 1495|| !TextStore.IsContent(plsrunSecond)) 1763Debug.Assert(TextStore.IsContent(plsrun) && lsruns[i] != null); 1799Debug.Assert(TextStore.IsContent(plsrun) && lsrun.Shapeable != null);
MS\Internal\TextFormatting\TextStore.cs (1)
1825IsContent(plsrun) ?