2 writes to ContentProperty
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2273_context.CurrentFrame.ContentProperty = contentProperty;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (1)
97ContentProperty = null;
2 references to ContentProperty
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2391if (_context.CurrentFrame.ContentProperty != null) 2393_context.CurrentFrame.Member = parentProperty = _context.CurrentFrame.ContentProperty;