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