Home
last modified time | relevance | path

Searched refs:fixedContainerTypes (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Extensions/
H A DGtkWorkarounds.cs836 static HashSet<Type> fixedContainerTypes; field in Pinta.Docking.GtkWorkarounds
861 if (fixedContainerTypes == null) { in FixContainerLeak()
868 fixedContainerTypes = new HashSet<Type>(); in FixContainerLeak()
872 if (!fixedContainerTypes.Add (t)) { in FixContainerLeak()
884 } while (fixedContainerTypes.Add (t) && t.Assembly != typeof (Gtk.Container).Assembly); in FixContainerLeak()