public PeerDeviceProperties(PeerDevice peerDevice) { this.PeerDevice = peerDevice; InitializeComponent(); this.Loaded += new RoutedEventHandler(PeerDeviceProperties_Loaded); this.UpdateDisplay(); }