0
comment
comment
on 12/7/2015 7:51 AM
One of the things that’s always bugged me when using Windows UI libraries like WinForms and WPF is the sheer number of members that pop up in intellisense for a control. The Button type in WPF has around 300 members and a total of 9 levels of inheritance making it hard to find the useful members. Or to put it another way the inherited members occlude the useful members: The picture above shows what you actually see in the code completion box in the editor, however for a button you’re probably more interes[...]