Recognizing the activity tags from the XAML of UiPath

Is there any way to identify, that which of the tags used in Xaml of a UiPath project, corresponds to a UiPath Activity.

@harsheenkaur

You can open the xaml file with notepad and check it.

Is there any kind of mapping available to identify the activity tags while parsing the xaml.Like does all the activity tags begin like ui:ReadRange,etc. I am not concerned about the properties as of now,or any other tag.Just the tags which correspond to activities.

@harsheenkaur

May I know what you want to do with this tags ?

I am trying to do some research, on how the activities are represented(like using which tags or which type of tags for various activities).