Method PrepareUixmlStreamForPreview
PrepareUixmlStreamForPreview(Stream)
Prepares uixml stream for the preview. This method demoves event assignments from the uixml and makes other preview related changes.
public static Stream? PrepareUixmlStreamForPreview(Stream stream)
Parameters
stream
StreamStream with uixml data.
Returns
- Stream
Stream with changed uixml.