1 write to ContentProperty
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
1364
CurrentContext.
ContentProperty
= contentProperty;
5 references to ContentProperty
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (5)
1976
if (CurrentContext.
ContentProperty
!= null)
1978
dpOrPi = CurrentContext.
ContentProperty
;
3475
else if (CurrentContext.
ContentProperty
!= null)
3477
AddToContentProperty(parent, CurrentContext.
ContentProperty
, bamlTextRecord.Value);
4719
object contentProperty = parentContext.
ContentProperty
;