7 references to Inlines
PresentationFramework (7)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
1093textBlock.Inlines.Add(inline);
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
126if (outerBlock != null && outerBlock.Inlines.Count > 0) 128Hyperlink link = outerBlock.Inlines.FirstInline as Hyperlink; 178outerBlock.Inlines.Add(link);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
372this.Inlines.Add(inline);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
5858bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.TextBlock)target).Inlines; };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2526case KnownElements.TextBlock: return (o as System.Windows.Controls.TextBlock).Inlines;