Esempio n. 1
0
 public bool GetIsSelected(XElement element)
 {
     return(WpfFrameworkElementProperties.GetIsSelected(element.Native as FrameworkElement));
 }