2 writes to _drawingContent
PresentationCore (2)
System\Windows\UIElement.cs (2)
3149_drawingContent = null; 3180_drawingContent = newContent;
18 references to _drawingContent
PresentationCore (18)
System\Windows\UIElement.cs (18)
980if((!SnapsToDevicePixels) || (_drawingContent == null)) 1325if (_drawingContent != null) 1330Rect resultRect = _drawingContent.GetContentBounds(ctx); 3092if (_drawingContent != null) 3094if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3108if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3112intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3138IDrawingContent oldContent = _drawingContent; 3203if (_drawingContent != null) 3212((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3227if (_drawingContent != null) 3233resultRect = _drawingContent.GetContentBounds(ctx); 3256if (_drawingContent != null) 3258_drawingContent.WalkContent(walker); 3279if (_drawingContent != null) 3281DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3322if (_drawingContent != null) 3324drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);