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