1 write to ContentProperty
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1408CurrentContext.ContentProperty = contentProperty;
5 references to ContentProperty
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
2026if (CurrentContext.ContentProperty != null) 2028dpOrPi = CurrentContext.ContentProperty; 3529else if (CurrentContext.ContentProperty != null) 3531AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 4788object contentProperty = parentContext.ContentProperty;