2 writes to _drawingContent
PresentationCore (2)
System\Windows\UIElement.cs (2)
3140_drawingContent = null; 3168_drawingContent = newContent;
17 references to _drawingContent
PresentationCore (17)
System\Windows\UIElement.cs (17)
975if((!SnapsToDevicePixels) || (_drawingContent == null)) 1316if (_drawingContent != null) 1321Rect resultRect = _drawingContent.GetContentBounds(ctx); 3083if (_drawingContent != null) 3085if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3099if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3103intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3129IDrawingContent oldContent = _drawingContent; 3191if (_drawingContent != null) 3200((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3215if (_drawingContent != null) 3221resultRect = _drawingContent.GetContentBounds(ctx); 3244_drawingContent?.WalkContent(walker); 3264if (_drawingContent != null) 3266DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3307if (_drawingContent != null) 3309drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);