Is there a performance disadvantage for WPF''s Control properties?

Posted by Joan Venge on Stack Overflow See other posts from Stack Overflow or by Joan Venge
Published on 2010-03-25T00:27:29Z Indexed on 2010/03/25 0:33 UTC
Read the original article Hit count: 517

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET