Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 468 Bytes

0824.md

File metadata and controls

22 lines (18 loc) · 468 Bytes

WPF with GPT

DefaultStylekeyProperty

  • DefaultStyleKeyProperty.OverrideMetadata
  • DefaultStyleKey = typeof(T)
  • DefaultStyleKey와 Style 순서
  • DefaultStyleKey 실제 동작 검증

DependencyProperty

  • DependencyProperty 종류
  • Inherited 성격
  • DataContext
  • 콜백 메세드
  • DataContextChanged Invoke

템플릿 파트

  • PART_
  • OnApplyTemplate

Application

  • App.xaml
  • Manual