2 writes to _content
PresentationCore (2)
System\Windows\Media\DrawingVisual.cs (2)
97
_content
= null;
128
_content
= newContent;
15 references to _content
PresentationCore (15)
System\Windows\Media\DrawingVisual.cs (15)
38
if (
_content
!= null)
40
if (
_content
.HitTestPoint(hitTestParameters.HitPoint))
56
if ((
_content
!= null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds))
60
intersectionDetail =
_content
.HitTestGeometry(hitTestParameters.InternalHitGeometry);
96
oldContent =
_content
;
151
if (
_content
!= null)
165
((DUCE.IResource)
_content
).ReleaseOnChannel(channel);
178
if (
_content
!= null)
184
resultRect =
_content
.GetContentBounds(ctx);
207
if (
_content
!= null)
209
_content
.WalkContent(walker);
230
if (
_content
!= null)
234
((DUCE.IResource)
_content
).AddRefOnChannel(channel),
267
if (
_content
!= null)
269
drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData)
_content
);