We cant get an enumerator to the ContentControl’s logical child elements through the XAML code. But it can be implemented in C# coding as follows.
[C#]
protected internal override IEnumerator LogicalChildren { get; }
Home / FAQ / WPF / Decorator Content Model / How can I get an enumerator to the ContentControl’s logical child elements ?
We cant get an enumerator to the ContentControl’s logical child elements through the XAML code. But it can be implemented in C# coding as follows.
[C#]
protected internal override IEnumerator LogicalChildren { get; }
Share with