4 references to _contentProperty
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
87
_contentProperty
.Value = null;
208
get { return
_contentProperty
.Value; }
209
set {
_contentProperty
.Value = value; }
212
internal bool ContentPropertyIsSet { get { return
_contentProperty
.IsSet; } }