1 write to _waitForInlineDoc
PresentationFramework (1)
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
429_waitForInlineDoc = new ManualResetEvent(false); // tells serializer to wait until _document is ready
8 references to _waitForInlineDoc
PresentationFramework (8)
src\Framework\System\Windows\Data\XmlDataProvider.cs (8)
447if (_waitForInlineDoc != null) 448_waitForInlineDoc.WaitOne(); 471if (_waitForInlineDoc != null) 472_waitForInlineDoc.Set(); 516if (_waitForInlineDoc != null) 517_waitForInlineDoc.Set(); 728if (_waitForInlineDoc != null) 729_waitForInlineDoc.Set();