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