[amd64/tramp] hide interpreter specific trampoline behind ifdef
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / Base / Core / PropertyEditing / PropertyMarker.cs
1 namespace System.Activities.Presentation.PropertyEditing {
2     using System;
3     using System.Windows;
4     using System.Windows.Controls;
5
6     /// <summary>
7     /// When this control is placed on a one of the PropertyContainer *RowTemplates, it acts as a
8     /// marker for the spowhere a host specific PropertyMarker should be put at runtime.
9     /// Some hosts may not provide a PropertyMarker, in which case this control will render
10     /// with Visibility.Collapsed.
11     /// </summary>
12     class PropertyMarker : Control {
13     }
14 }