SilverlightMappingToolBasic.UI.SuperGraph.View.SuperGraphControl.GetVisibleNodeLocations C# (CSharp) Method

GetVisibleNodeLocations() private method

private GetVisibleNodeLocations ( ) : Point>.Dictionary
return Point>.Dictionary
        private Dictionary<Guid, Point> GetVisibleNodeLocations()
        {
            return GetVisibleNodeControls().ToDictionary(nodeControl => nodeControl.ViewModelNode.Id, nodeControl => nodeControl.Centre);
        }
SuperGraphControl