2 writes to _drawingContent
PresentationCore (2)
System\Windows\UIElement.cs (2)
3154_drawingContent = null; 3185_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); 3097if (_drawingContent != null) 3099if (_drawingContent.HitTestPoint(hitTestParameters.HitPoint)) 3113if ((_drawingContent != null) && GetHitTestBounds().IntersectsWith(hitTestParameters.Bounds)) 3117intersectionDetail = _drawingContent.HitTestGeometry(hitTestParameters.InternalHitGeometry); 3143IDrawingContent oldContent = _drawingContent; 3208if (_drawingContent != null) 3217((DUCE.IResource)_drawingContent).ReleaseOnChannel(channel); 3232if (_drawingContent != null) 3238resultRect = _drawingContent.GetContentBounds(ctx); 3261if (_drawingContent != null) 3263_drawingContent.WalkContent(walker); 3284if (_drawingContent != null) 3286DUCE.IResource drawingContent = (DUCE.IResource)_drawingContent; 3327if (_drawingContent != null) 3329drawingGroupContent = DrawingServices.DrawingGroupFromRenderData((RenderData) _drawingContent);