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