1 write to ContentProperty
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
1365CurrentContext.ContentProperty = contentProperty;
5 references to ContentProperty
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (5)
1977if (CurrentContext.ContentProperty != null) 1979dpOrPi = CurrentContext.ContentProperty; 3476else if (CurrentContext.ContentProperty != null) 3478AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 4720object contentProperty = parentContext.ContentProperty;