1 write to InlineObjects
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2876set { if (_complexContent != null) _complexContent.InlineObjects = value; }
1 reference to InlineObjects
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2875get { return (_complexContent == null) ? null : _complexContent.InlineObjects; }