The PageContent element implements IAddChild but doesn't implements IAddChild methods so I can't call AddChild method on PageContent..
How can it be?
And if i cast PageContent to IAddChild i can call AddChild method on it - So it does implement it somewhere...
I am confused with this behavior. Can someone shed some light on this?