예제 #1
0
 public PropertyReference ConvertToWpfPropertyReference(PropertyReference propertyReference, IPlatformMetadata destinationWpfPlatform)
 {
     if (propertyReference != null)
     {
         return(PlatformTypes.ConvertToPlatformPropertyReference(propertyReference, destinationWpfPlatform));
     }
     return((PropertyReference)null);
 }