1 write to ContentProperty
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
1364CurrentContext.ContentProperty = contentProperty;
5 references to ContentProperty
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (5)
1976if (CurrentContext.ContentProperty != null) 1978dpOrPi = CurrentContext.ContentProperty; 3475else if (CurrentContext.ContentProperty != null) 3477AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 4719object contentProperty = parentContext.ContentProperty;