예제 #1
0
 object OnCoerceContentChanged(object baseValue)
 {
     decorator       = new ContentDecorator(this);
     decorator.Child = (UIElement)baseValue;
     return(decorator);
 }
예제 #2
0
		object OnCoerceContentChanged(object baseValue)
		{
			decorator = new ContentDecorator(this);
			decorator.Child = (UIElement)baseValue;
			return decorator;
		}