1 write to ContentProperty
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
1383CurrentContext.ContentProperty = contentProperty;
5 references to ContentProperty
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (5)
1995if (CurrentContext.ContentProperty != null) 1997dpOrPi = CurrentContext.ContentProperty; 3493else if (CurrentContext.ContentProperty != null) 3495AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 4741object contentProperty = parentContext.ContentProperty;