Method GetOrCreateView
GetOrCreateView()
Returns the existing AdornmentView, creating it if not yet allocated. Calls BeginInit() and/or EndInit() on the new view to match the parent's current initialization state.
public AdornmentView GetOrCreateView()
Returns
Remarks
Must be called on the UI thread. Internal to prevent eager allocation by consumers.