public void Dispose() { _imageComboBox = null; _imageIndexer = null; _tag = null; }
internal void Host(ImageComboBox parent) { _imageComboBox = parent; }
public void Dispose() { _Owner = null; base.ReleaseHandle(); }
public ImageComboBoxItemCollection(ImageComboBox owner) { _owner = owner; }
public EditorNativeWimdow(ImageComboBox owner) { _Owner = owner; Attach(); }