C# Class GestSpace.Controls.AutoArrangeGrid.NotifiableUIElementCollection

Inheritance: System.Windows.Controls.UIElementCollection
Show file Open project: NicolasDorier/GestSpace

Public Methods

Method Description
Add ( System element ) : int
NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
Remove ( UIElement element ) : void

Method Details

Add() public method

public Add ( System element ) : int
element System
return int

NotifiableUIElementCollection() public method

public NotifiableUIElementCollection ( UIElement visualParent, FrameworkElement logicalParent ) : System
visualParent UIElement
logicalParent System.Windows.FrameworkElement
return System

Remove() public method

public Remove ( UIElement element ) : void
element UIElement
return void