2 writes to _content
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (2)
105
_content
= null;
136
_content
= newContent;
15 references to _content
PresentationCore (15)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (15)
42
if (
_content
!= null)
44
if (
_content
.HitTestPoint(hitTestParameters.HitPoint))
63
if ((
_content
!= null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
67
intersectionDetail =
_content
.HitTestGeometry(hitTestParameters.InternalHitGeometry);
104
oldContent =
_content
;
160
if (
_content
!= null)
174
((DUCE.IResource)
_content
).ReleaseOnChannel(channel);
187
if (
_content
!= null)
193
resultRect =
_content
.GetContentBounds(ctx);
216
if (
_content
!= null)
218
_content
.WalkContent(walker);
239
if (
_content
!= null)
243
((DUCE.IResource)
_content
).AddRefOnChannel(channel),
277
if (
_content
!= null)
279
drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData)
_content
);