Exemplo n.º 1
0
 private static void OnContentChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
 {
     KeyTipAndContentSyncHelper.OnContentPropertyChanged((ISyncKeyTipAndContent)d, ContentProperty);
 }
Exemplo n.º 2
0
 private static object CoerceContent(DependencyObject d, object baseValue)
 {
     return(KeyTipAndContentSyncHelper.CoerceContentProperty((ISyncKeyTipAndContent)d, baseValue));
 }
Exemplo n.º 3
0
 internal void SyncKeyTipAndContent()
 {
     KeyTipAndContentSyncHelper.Sync(this, ContentProperty);
 }