2 writes to _drawingContent
PresentationCore (2)
System\Windows\UIElement.cs (2)
3141_drawingContent = null; 3169_drawingContent = newContent;
17 references to _drawingContent
PresentationCore (17)
System\Windows\UIElement.cs (17)
976if((!SnapsToDevicePixels) || (_drawingContent == null)) 1317if (_drawingContent != null) 1322Rect resultRect = _drawingContent.GetContentBounds(ctx); 3084if (_drawingContent != null) 3086if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3100if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3104intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3130IDrawingContent oldContent = _drawingContent; 3192if (_drawingContent != null) 3201((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3216if (_drawingContent != null) 3222resultRect = _drawingContent.GetContentBounds(ctx); 3245_drawingContent?.WalkContent(walker); 3265if (_drawingContent != null) 3267DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3308if (_drawingContent != null) 3310drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);