2 writes to _drawingContent
PresentationCore (2)
System\Windows\UIElement.cs (2)
3158_drawingContent = null; 3189_drawingContent = newContent;
18 references to _drawingContent
PresentationCore (18)
System\Windows\UIElement.cs (18)
985if((!SnapsToDevicePixels) || (_drawingContent == null)) 1330if (_drawingContent != null) 1335Rect resultRect = _drawingContent.GetContentBounds(ctx); 3100if (_drawingContent != null) 3102if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3116if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3120intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3147IDrawingContent oldContent = _drawingContent; 3212if (_drawingContent != null) 3221((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3236if (_drawingContent != null) 3242resultRect = _drawingContent.GetContentBounds(ctx); 3265if (_drawingContent != null) 3267_drawingContent.WalkContent(walker); 3288if (_drawingContent != null) 3290DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3331if (_drawingContent != null) 3333drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);