Method ResetCachedImages
ResetCachedImages()
Resets all cached images within the current instance and its child elements. This is done only if the current instance contains any SVG images.
public virtual void ResetCachedImages()
Remarks
This method clears any cached image data associated with the current instance and recursively resets cached images for all child elements. It is typically used to ensure that updated or refreshed image data is loaded the next time the images are accessed.