4 references to _shaderBytecodeChanged
PresentationCore (4)
Core\CSharp\System\Windows\Media\Effects\PixelShader.cs (2)
189
if (
_shaderBytecodeChanged
!= null)
191
_shaderBytecodeChanged
(this, null);
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (2)
183
oldShader.
_shaderBytecodeChanged
-= OnPixelShaderBytecodeChanged;
189
newShader.
_shaderBytecodeChanged
+= OnPixelShaderBytecodeChanged;