public static void SetExampleCollection(DependencyObject element, ExampleClassList value)
 {
     TestHelperLog.Log("ExampleService.SetExampleCollection");
     element.SetValue(ExampleCollectionProperty, value);
 }
Ejemplo n.º 2
0
		public static void SetExampleCollection(DependencyObject element, ExampleClassList value)
		{
			TestHelperLog.Log("ExampleService.SetExampleCollection");
			element.SetValue(ExampleCollectionProperty, value);
		}