2 writes to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
523
set {
_isDebugBamlStream
= value; }
646
_isDebugBamlStream
= _isDebugBamlStream,
2 references to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
522
get { return
_isDebugBamlStream
; }
646
_isDebugBamlStream =
_isDebugBamlStream
,