コード例 #1
0
 protected virtual void OnParentSet()
 {
     ParentSet?.Invoke(this, EventArgs.Empty);
     // ApplyStyleSheetsOnParentSet();
 }
コード例 #2
0
ファイル: Element.cs プロジェクト: zxyang178/Xamarin.Forms
 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);
 }