Exemplo n.º 1
0
        internal void Detach()
        {
            this.owner    = null;
            this.DataItem = null;

            if (this.highlightedRuns != null)
            {
                this.highlightedRuns.Clear();
            }
        }
Exemplo n.º 2
0
 internal void Attach(SuggestionItemsControl owningControl, object dataItem)
 {
     this.owner    = owningControl;
     this.DataItem = dataItem;
 }