3 writes to DelayedConnectionId
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2292
frame.
DelayedConnectionId
= connectionId;
src\Framework\System\Windows\Markup\Baml2006\Baml2006ReaderFrame.cs (2)
15
DelayedConnectionId
= -1;
96
DelayedConnectionId
= -1;
3 references to DelayedConnectionId
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
1294
if (_context.CurrentFrame.
DelayedConnectionId
!= -1)
1299
_xamlNodesWriter.WriteValue(_context.CurrentFrame.
DelayedConnectionId
);
1303
_xamlNodesWriter.WriteValue(_context.CurrentFrame.
DelayedConnectionId
.ToString(System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS));