29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
498if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse) 508} while ( !TextStore.IsNewline(lsrun.Type) 1993if( lsrun.Type == Plsrun.Text 1994|| lsrun.Type == Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
375if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse) 386&& lsrun.Type != Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
138switch (lsrun.Type) 201if ( lsrun.Type == Plsrun.Text 202|| lsrun.Type == Plsrun.InlineObject) 492if (lsrun.Type == Plsrun.Text) 664!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 728!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 1721(float)FullText.StoreFrom(lsrunFirst.Type).Settings.TextSource.PixelsPerDip, 2444Debug.Assert(lsrun.Type == Plsrun.InlineObject); 2728if (lsrun.Type == Plsrun.Text) 3154if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1076if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1779if(lsrun.Type < Plsrun.FormatAnchor) 1781return lsrun.Type; 1952if( lsrun.Type == Plsrun.Text 1953|| lsrun.Type == Plsrun.InlineObject) 2127if ( IsNewline(lsrun.Type) 2128|| lsrun.Type == Plsrun.InlineObject) 2134if (lsrun.Type == Plsrun.Text) 2200if ( IsNewline(lsrun.Type) 2201|| lsrun.Type == Plsrun.InlineObject) 2207if (lsrun.Type == Plsrun.Text)