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; }
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