Наследование: ISemanticZoomLocation
Пример #1
0
 public void ISemanticZoomInformation.CompleteViewChangeTo([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
Пример #2
0
 public void ISemanticZoomInformation.MakeVisible([In] SemanticZoomLocation item);
Пример #3
0
 public void ISemanticZoomInformation.StartViewChangeFrom([In] SemanticZoomLocation source, [In] SemanticZoomLocation destination);
Пример #4
0
 public void StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     destination.Item = CurrentItem;
 }
Пример #5
0
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
Пример #6
0
 public void MakeVisible(SemanticZoomLocation item)
 {
 }
Пример #7
0
 public void CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
 }
 public void StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }
 public void MakeVisible(SemanticZoomLocation item)
 {
     //throw new NotImplementedException();
 }
 public void CompleteViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)
 {
     //throw new NotImplementedException();
 }