29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
499if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse) 509} while ( !TextStore.IsNewline(lsrun.Type) 1994if( lsrun.Type == Plsrun.Text 1995|| lsrun.Type == Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
376if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse) 387&& lsrun.Type != Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
139switch (lsrun.Type) 202if ( lsrun.Type == Plsrun.Text 203|| lsrun.Type == Plsrun.InlineObject) 493if (lsrun.Type == Plsrun.Text) 665!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 729!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 1722(float)FullText.StoreFrom(lsrunFirst.Type).Settings.TextSource.PixelsPerDip, 2445Debug.Assert(lsrun.Type == Plsrun.InlineObject); 2729if (lsrun.Type == Plsrun.Text) 3155if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1077if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1780if(lsrun.Type < Plsrun.FormatAnchor) 1782return lsrun.Type; 1953if( lsrun.Type == Plsrun.Text 1954|| lsrun.Type == Plsrun.InlineObject) 2128if ( IsNewline(lsrun.Type) 2129|| lsrun.Type == Plsrun.InlineObject) 2135if (lsrun.Type == Plsrun.Text) 2201if ( IsNewline(lsrun.Type) 2202|| lsrun.Type == Plsrun.InlineObject) 2208if (lsrun.Type == Plsrun.Text)