I am learning WPF and it seems like some properties like Content are of type Object. When you have a very complex UI with 1000s of controls, would this be a problem with boxing, etc?
I see that this provides a lot of power (having Content to take anything), but just thought I should ask people's opinions about this.