13 references to IsContent
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2003if(TextStore.IsContent(plsrun)) 2769TextStore.IsContent(plsrun) ?
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
192Debug.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, 950if (!TextStore.IsContent(plsrun)) 1015if (!TextStore.IsContent(plsrun)) 1523if ( !TextStore.IsContent(plsrunFirst) 1524|| !TextStore.IsContent(plsrunSecond)) 1792Debug.Assert(TextStore.IsContent(plsrun) && lsruns[i] != null); 1828Debug.Assert(TextStore.IsContent(plsrun) && lsrun.Shapeable != null);
MS\Internal\TextFormatting\TextStore.cs (1)
1841IsContent(plsrun) ?