1 override of HasInlineObjects
PresentationFramework (1)
MS\Internal\Text\ComplexLine.cs (1)
230internal override bool HasInlineObjects()
1 reference to HasInlineObjects
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1292LineMetrics metrics = new LineMetrics(contentSize.Width, line.Length, line.Width, lineHeight, line.BaselineOffset, line.HasInlineObjects(), textLineBreakIn);