Home
last modified time | relevance | path

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

/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins/
H A DExtensionContext.cs773 Hashtable parentsToNotify = new Hashtable (); in NotifyConditionChanged()
778 parentsToNotify [node.Parent] = null; in NotifyConditionChanged()
781 foreach (TreeNode node in parentsToNotify.Keys) { in NotifyConditionChanged()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMapDocumentCommandFacade.cpp347 …const Model::NodeList parentsToNotify = VectorUtils::eraseAll(Model::collectParents(nodes), emptyP… in performReparentNodes() local
352 …tifyBeforeAndAfter notifyParents(nodesWillChangeNotifier, nodesDidChangeNotifier, parentsToNotify); in performReparentNodes()