Exemple #1
0
 protected virtual void OnParentSet()
 {
     ParentSet?.Invoke(this, EventArgs.Empty);
     // ApplyStyleSheetsOnParentSet();
 }
Exemple #2
0
 protected virtual void OnParentSet()
 {
     ParentSet?.Invoke(this, EventArgs.Empty);
 }
Exemple #3
0
 protected virtual void OnParentSet()
 {
     ParentSet?.Invoke(this, EventArgs.Empty);
     ApplyStyleSheetsOnParentSet();
     (this as IPropertyPropagationController)?.PropagatePropertyChanged(null);
 }