29 references to Type
PresentationCore (29)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
535if (lineLength == prefetchLength && lsrun.Type == Plsrun.Reverse) 546} while ( !TextStore.IsNewline(lsrun.Type) 2043if( lsrun.Type == Plsrun.Text 2044|| lsrun.Type == Plsrun.InlineObject)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
400if (ccp == ccpCurrent && lsrun.Type == Plsrun.Reverse) 412&& lsrun.Type != Plsrun.ParaBreak
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
188switch (lsrun.Type) 251if ( lsrun.Type == Plsrun.Text 252|| lsrun.Type == Plsrun.InlineObject) 564if (lsrun.Type == Plsrun.Text) 746!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 814!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 1858(float)FullText.StoreFrom(lsrunFirst.Type).Settings.TextSource.PixelsPerDip, 2634Debug.Assert(lsrun.Type == Plsrun.InlineObject); 2928if (lsrun.Type == Plsrun.Text) 3367if (lsrun.Type == Plsrun.Text)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (11)
1103if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1803if(lsrun.Type < Plsrun.FormatAnchor) 1805return lsrun.Type; 1976if( lsrun.Type == Plsrun.Text 1977|| lsrun.Type == Plsrun.InlineObject) 2151if ( IsNewline(lsrun.Type) 2152|| lsrun.Type == Plsrun.InlineObject) 2158if (lsrun.Type == Plsrun.Text) 2225if ( IsNewline(lsrun.Type) 2226|| lsrun.Type == Plsrun.InlineObject) 2232if (lsrun.Type == Plsrun.Text)