2 writes to _isDebugBamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
545
set {
_isDebugBamlStream
= value; }
677
context.
_isDebugBamlStream
= _isDebugBamlStream;
2 references to _isDebugBamlStream
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
544
get { return
_isDebugBamlStream
; }
677
context._isDebugBamlStream =
_isDebugBamlStream
;