コード例 #1
0
ファイル: AttachedHelper.cs プロジェクト: Abishai2007/actools
 public static AttachedHelper GetInstance(Window window)
 {
     Instances.Purge();
     return(Instances.FirstOrDefault(x => ReferenceEquals(x._child, window)));
 }