2 writes to _content
PresentationCore (2)
System\Windows\Media\DrawingVisual.cs (2)
87
_content
= null;
118
_content
= newContent;
15 references to _content
PresentationCore (15)
System\Windows\Media\DrawingVisual.cs (15)
28
if (
_content
!= null)
30
if (
_content
.HitTestPoint(hitTestParameters.HitPoint))
46
if ((
_content
!= null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
50
intersectionDetail =
_content
.HitTestGeometry(hitTestParameters.InternalHitGeometry);
86
oldContent =
_content
;
141
if (
_content
!= null)
155
((DUCE.IResource)
_content
).ReleaseOnChannel(channel);
168
if (
_content
!= null)
174
resultRect =
_content
.GetContentBounds(ctx);
197
if (
_content
!= null)
199
_content
.WalkContent(walker);
220
if (
_content
!= null)
224
((DUCE.IResource)
_content
).AddRefOnChannel(channel),
257
if (
_content
!= null)
259
drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData)
_content
);