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