13 references to IsContent
PresentationCore (13)
MS\Internal\TextFormatting\FullTextLine.cs (2)
1990if(TextStore.IsContent(plsrun)) 2756TextStore.IsContent(plsrun) ?
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
162Debug.Assert(TextStore.IsContent(plsrun), "Unrecognizable run!"); 614} while (!TextStore.IsContent(plsrun)); 665!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 729!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 922if (!TextStore.IsContent(plsrun)) 987if (!TextStore.IsContent(plsrun)) 1495if ( !TextStore.IsContent(plsrunFirst) 1496|| !TextStore.IsContent(plsrunSecond)) 1764Debug.Assert(TextStore.IsContent(plsrun) && lsruns[i] != null); 1800Debug.Assert(TextStore.IsContent(plsrun) && lsrun.Shapeable != null);
MS\Internal\TextFormatting\TextStore.cs (1)
1826IsContent(plsrun) ?