Python Coding Reference

Tricks
Feature Code Where
No Title Bar WindowStyle="None" On the Window element
Default Focus FocusManager.FocusedElement="{Binding ElementName=nameBox}" On Grid element
Bind a button to Enter IsDefault="True" On the button
Bind a button to ESC IsCancel="True" On the button