4 references to _contentProperty
System.Xaml (4)
System\Xaml\Schema\TypeReflector.cs (4)
86
_contentProperty
.Value = null;
202
get { return
_contentProperty
.Value; }
203
set {
_contentProperty
.Value = value; }
206
internal bool ContentPropertyIsSet { get { return
_contentProperty
.IsSet; } }