1 write to ContentProperty
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
1374CurrentContext.ContentProperty = contentProperty;
5 references to ContentProperty
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (5)
1986if (CurrentContext.ContentProperty != null) 1988dpOrPi = CurrentContext.ContentProperty; 3484else if (CurrentContext.ContentProperty != null) 3486AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 4732object contentProperty = parentContext.ContentProperty;