29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
512if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse) 522} while ( !TextStore.IsNewline(lsrun.Type) 2007if( lsrun.Type == Plsrun.Text 2008|| lsrun.Type == Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
380if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse) 391&& lsrun.Type != Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
169switch (lsrun.Type) 232if ( lsrun.Type == Plsrun.Text 233|| lsrun.Type == Plsrun.InlineObject) 523if (lsrun.Type == Plsrun.Text) 693!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 757!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 1750(float)FullText.StoreFrom(lsrunFirst.Type).Settings.TextSource.PixelsPerDip, 2469Debug.Assert(lsrun.Type == Plsrun.InlineObject); 2753if (lsrun.Type == Plsrun.Text) 3179if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1092if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1795if(lsrun.Type < Plsrun.FormatAnchor) 1797return lsrun.Type; 1968if( lsrun.Type == Plsrun.Text 1969|| lsrun.Type == Plsrun.InlineObject) 2143if ( IsNewline(lsrun.Type) 2144|| lsrun.Type == Plsrun.InlineObject) 2150if (lsrun.Type == Plsrun.Text) 2216if ( IsNewline(lsrun.Type) 2217|| lsrun.Type == Plsrun.InlineObject) 2223if (lsrun.Type == Plsrun.Text)