This document analyzes WPF examples from Infragistics using the PVS-Studio static code analyzer to identify common mistakes, especially involving dependency properties. It highlights frequent errors such as mismatched property names and incorrect types in their definitions, stressing the importance of accurate coding to prevent runtime crashes. The analysis suggests that these coding errors often result from careless copy-pasting and lack of attention during property registration.