54 references to PropertyChangedCallback
PresentationCore (27)
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
128PropertyChangedCallback changed,
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\ColorAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\DecimalAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Int16Animation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Int32Animation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\RectAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Rotation3DAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\SingleAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\Generated\VectorAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
16PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (4)
263var callback = metadata.PropertyChangedCallback; 277protected static PropertyChangedCallback PixelShaderConstantCallback(int floatRegisterIndex) 296protected static PropertyChangedCallback PixelShaderSamplerCallback(int samplerRegisterIndex) 307protected static PropertyChangedCallback PixelShaderSamplerCallback(int samplerRegisterIndex, SamplingMode samplingMode)
Core\CSharp\System\Windows\ReadOnlyPropertyMetadata.cs (1)
9PropertyChangedCallback propertyChangedCallback) :
Core\CSharp\System\Windows\UIPropertyMetadata.cs (4)
36public UIPropertyMetadata(PropertyChangedCallback propertyChangedCallback) : 47PropertyChangedCallback propertyChangedCallback) : 59PropertyChangedCallback propertyChangedCallback, 73PropertyChangedCallback propertyChangedCallback,
PresentationFramework (19)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
52ItemsSourceProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
651PropertyChangedCallback formattingPropertyCallback = new PropertyChangedCallback(OnFormattingPropertyChanged); 659PropertyChangedCallback behavioralPropertyCallback = new PropertyChangedCallback(OnBehavioralPropertyChanged);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
339PropertyChangedCallback onTypographyChanged = new PropertyChangedCallback(OnTypographyChanged);
src\Framework\System\Windows\Controls\TextBox.cs (2)
59PropertyChangedCallback callback = new PropertyChangedCallback(OnMinMaxChanged); 68PropertyChangedCallback onTypographyChanged = new PropertyChangedCallback(OnTypographyChanged);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
86PropertyChangedCallback typographyChanged = new PropertyChangedCallback(OnTypographyChanged);
src\Framework\System\Windows\Documents\TextElement.cs (1)
50PropertyChangedCallback typographyChanged = new PropertyChangedCallback(OnTypographyChanged);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
91PropertyChangedCallback numberSubstitutionChanged = new PropertyChangedCallback(NumberSubstitutionChanged);
src\Framework\System\Windows\FrameworkElement.cs (1)
2398PropertyChangedCallback numberSubstitutionChanged = new PropertyChangedCallback(NumberSubstitutionChanged);
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (8)
94public FrameworkPropertyMetadata(PropertyChangedCallback propertyChangedCallback) : 106public FrameworkPropertyMetadata(PropertyChangedCallback propertyChangedCallback, 121PropertyChangedCallback propertyChangedCallback) : 135PropertyChangedCallback propertyChangedCallback, 163PropertyChangedCallback propertyChangedCallback) : 179PropertyChangedCallback propertyChangedCallback, 197PropertyChangedCallback propertyChangedCallback, 217PropertyChangedCallback propertyChangedCallback,
src\Framework\System\Windows\Media\Animation\Generated\ThicknessAnimation.cs (1)
62PropertyChangedCallback propCallback = new PropertyChangedCallback(AnimationFunction_Changed);
WindowsBase (8)
Base\System\Windows\PropertyMetadata.cs (8)
38public PropertyMetadata(PropertyChangedCallback propertyChangedCallback) 49PropertyChangedCallback propertyChangedCallback) 62PropertyChangedCallback propertyChangedCallback, 350public PropertyChangedCallback PropertyChangedCallback 600PropertyChangedCallback headHandler = (PropertyChangedCallback)handlers[0]; 603headHandler += (PropertyChangedCallback)handlers[i]; 682private PropertyChangedCallback _propertyChangedCallback;