コード例 #1
0
 public ToggleableItemAutomationPeer(object item, SelectorAutomationPeer selectorAutomationPeer)
     : base(item, selectorAutomationPeer)
 {
     _owner       = item as PackageItemListViewModel;
     _ownerParent = selectorAutomationPeer.Owner as InfiniteScrollListBox;
 }
コード例 #2
0
 public ListBoxToggleableItemsAutomationPeer(InfiniteScrollListBox owner)
     : base(owner)
 {
 }