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