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